I use this theme but I need a cange
how can I publish the name of the author under the post?
I have 3 contributor and 2 admin in the blog and wish to see woh write a post Can I do thet with this theme?
Tanks
Sivia
I use this theme but I need a cange
how can I publish the name of the author under the post?
I have 3 contributor and 2 admin in the blog and wish to see woh write a post Can I do thet with this theme?
Tanks
Sivia
What theme do you use?
violinesth-forever
Go to "Appearance - Editor", open the file single.php and search for the line starting with "This entry was posted". You want to add the following snippet <?php the_author(); ?> somewhere inside the sentence, e.g.
This entry was posted
...
... at <?php the_time() ?> by <?php the_author(); ?>
You can read more about this template tag here.
Hi,
Add this code in index.php file of your theme and add it before comment code:
<b><?php the_author() ?></b>
Thanks,
Shane G.
This topic has been closed to new replies.