This is obviously from a newbie--sorry for my ignorance!
How do we change the default view so that worpress displays the author's name?
This is obviously from a newbie--sorry for my ignorance!
How do we change the default view so that worpress displays the author's name?
Open:
"YOUR WORDPRESS DIRECTORY/wp-content/themes/default/index.php"
find:
<!-- by <?php the_author() ?> -->
replace with:
by <?php the_author() ?>.
Thanks, I knew it was commented out, but didn't know where.
This topic has been closed to new replies.