Posted by: <?php the_author () ?>
"brianatlarge" said:So on my company's blog we have 3 people set as admin.http://www.stuckpixelstudio.com/blogI can't seem to find the option, or even a plugin that shows who wrote that particular post. How do I make this happen?
http://www.stuckpixelstudio.com/blog
I can't seem to find the option, or even a plugin that shows who wrote that particular post. How do I make this happen?
Yea you just need to add
Then it should display "Posted by: Barry"
you will find the place in your index.php in your theme directory. That should work :)
on my wordpress install, the code was there but commented out. try your index.php from the theme you are using to see if it is there / commented out
but it is the code which was stated by the above post:
by <?php the_author() ?>