Support » Fixing WordPress » Tag Postings by Author’s name

  • john_barley

    (@john_barley)


    Hi,

    I have a blog with about 10 authors and I want WP to assign the name/ID of each post’s author so that we know who posted. How do you do this?

    I’ve searched the help file and couldn’t find anything about this. Thanks.

    JB

Viewing 4 replies - 1 through 4 (of 4 total)
  • lawtai

    (@lawtai)

    um, do you mean just using this?

    <?php the_author() ?>

    if you put that in your index.php inside the loop for you post section, then it’ll also include who made each post.

    Thread Starter john_barley

    (@john_barley)

    lawtai,

    That is what I want to do. Right now I have this in my post section:

    <!– by <?php the_author() ?> –></small>

    Should I alter this? Sorry, I’m not a css genius…

    lawtai

    (@lawtai)

    yea, it’s currently commented out. just remove the: <!– and the –> and you’ll ahve your authors showing up.

    Thread Starter john_barley

    (@john_barley)

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tag Postings by Author’s name’ is closed to new replies.