Permalink fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9636e717eb
commit
ed8254ac11
|
@ -30,7 +30,7 @@ require($abspath.'wp-links/links.php');
|
||||||
<?php if ($posts) { foreach ($posts as $post) { start_b2(); ?>
|
<?php if ($posts) { foreach ($posts as $post) { start_b2(); ?>
|
||||||
<?php the_date('','<h2>','</h2>'); ?>
|
<?php the_date('','<h2>','</h2>'); ?>
|
||||||
|
|
||||||
<h3 class="storytitle">
|
<h3 class="storytitle" id="post-<?php the_ID(); ?>">
|
||||||
<a href="<?php permalink_link() ?>" rel="bookmark"><?php the_title(); ?></a>
|
<a href="<?php permalink_link() ?>" rel="bookmark"><?php the_title(); ?></a>
|
||||||
<span class="meta"><a href="?cat=<?php the_category_ID() ?>" title="Category: <?php the_category() ?>">[<?php the_category() ?>]</a> — <?php the_author() ?> @ <?php the_time() ?>
|
<span class="meta"><a href="?cat=<?php the_category_ID() ?>" title="Category: <?php the_category() ?>">[<?php the_category() ?>]</a> — <?php the_author() ?> @ <?php the_time() ?>
|
||||||
</span>
|
</span>
|
||||||
|
@ -49,7 +49,7 @@ require($abspath.'wp-links/links.php');
|
||||||
|
|
||||||
<?php include('b2comments.php'); ?>
|
<?php include('b2comments.php'); ?>
|
||||||
|
|
||||||
<?php } } // end foreach, end if any posts ?>
|
<?php } } // end foreach, end if any posts ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue