I'm one of the admins on a new blog, and have been attempting to edit the index.php file to display the poster name next to the date of the post.
Everything appears to have been edited correctly--all I needed to do was remove the comment markers from around the <?php the_author(); ?> tag, but it is still not displaying on the page.
In fact, if I view the source of the updated page, the author name is listed, but it is commented out--even though there are no comment tags in the code there.
The current line of code in the index.php file is:
<small>Posted <?php the_time('F jS, Y') ?> by <?php the_author(); ?></small>
When I view the source code for the page, it displays this:
<small>March 3rd, 2007 <!-- by Kristy --></small>
Any ideas as to why this is not working? I can't find anything that should be causing this.
Thanks!
EDIT:
Since I appear to be unable to delete this: NEVERMIND.
Apparently wp-cache was still turned on when the other admin thought it was off. I've spent the last 45 minutes fighting with this thing only to click one button, refresh the page and have everything display. Sigh.
Thanks anyway.