• 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

Viewing 4 replies - 1 through 4 (of 4 total)
  • What theme do you use?

    Thread Starter silviamato

    (@silviamato)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘don’t public the author’ is closed to new replies.