Various fixes and cleanups, inspired and pointed out by Joseph Scott.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2004-05-09 05:47:02 +00:00
parent 4915acfefd
commit cdc9a55ad9
11 changed files with 33 additions and 53 deletions

2
wp.php
View File

@@ -23,7 +23,7 @@ require_once("wp-blog-header.php");
<h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
<?php the_content(); ?><?php link_pages("<br />Pages: ","<br />","number") ?>
<p><em>posted by <strong><?php the_author() ?></strong> @ <a href="<?php permalink_link() ?>"><?php the_time() ?></a></em></p>
<p><em>posted by <strong><?php the_author() ?></strong> @ <a href="<?php the_permalink() ?>"><?php the_time() ?></a></em></p>
<p>Filed under: <?php the_category() ?></p>
<?php comments_popup_link("comments ?", "1 comment", "% comments") ?>