Hi guys,
I am using Oracle Mag theme for one of my sites and I just noticed that the author name in the posts is not shown in the post pages.
How can I make author names appear there?
Thanks.
Marcus
Online Support Community
Hi guys,
I am using Oracle Mag theme for one of my sites and I just noticed that the author name in the posts is not shown in the post pages.
How can I make author names appear there?
Thanks.
Marcus
Hi guys,
Any ideas? I have project stopped, waiting for it to be launched.
Thanks.
Marcus
Guys,
Please help with this...I need to know how to insert the author names in the posts of this theme.
Thanks.
Marcus
Hi Marcus,
You can use the_author function to display the author name appear on posts.
For example, edit single.php and add the following line right after the line 15:
<p>This post was written by <?php the_author(); ?></p>
Hope this helps,
WPTD Webmaster
You must log in to post.