Forums

don't public the author (5 posts)

  1. silviamato
    Member
    Posted 2 years ago #

    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

  2. Christian Schenk
    Member
    Posted 2 years ago #

    What theme do you use?

  3. silviamato
    Member
    Posted 2 years ago #

    violinesth-forever

  4. Christian Schenk
    Member
    Posted 2 years ago #

    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.

  5. Shane G
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic