For each post that you make on wordpress in Default, it doesn't show the name of the poster just the date of the post. Where do I go about changing settings to include the names?
Thanks!
Smeshy
For each post that you make on wordpress in Default, it doesn't show the name of the poster just the date of the post. Where do I go about changing settings to include the names?
Thanks!
Smeshy
If I remember well the code is there just commented out.
Look for something like <?php the_author(); ?> and remove the comments from around it: <!-- and -->
If it isn't there, just put it in the template files where you want it to appear. Useful reading:
http://codex.wordpress.org/Template_Tags/the_author
Thanks a bunch!
This topic has been closed to new replies.