I would like to add "by 'author'" next to the date on all posts on my wp blog (http://insidethevibe.com). Anyone who knows how to do this?
I would like to add "by 'author'" next to the date on all posts on my wp blog (http://insidethevibe.com). Anyone who knows how to do this?
Open the index.php from your theme folder in a plain text editor and find a line like this:
<!--<?php the_author() ?>--> and remove the "comment out", i.e. make it like:
<?php the_author() ?>
you rock!
actually i just did the edit through the dashboard under
Presentation>Theme Editor>Main Index Template and that worked as well.
This topic has been closed to new replies.