• Resolved Orin Safko

    (@ortox06)


    Hey wordpress users, I’m in desperate need of help!

    The site in question is colinforreal.com and I’m using the Athlete theme.

    With this theme, whenever any of my writers post something, it doesn’t display the author anywhere on the site.

    I have three writers and I’d really like our reader’s to see the author. How would I go about enabling the ability to see the author in our posts?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • hi,ORTOX06

    find single.php in your project
    put it folllowing line code where you want to show the author name

    <?php printf( __( ‘View all posts by %s <span class=”meta-nav”></span>’, ‘twentyten’ ), get_the_author() ); ?>

    Thread Starter Orin Safko

    (@ortox06)

    Thanks so much! I have it working now when you click on the link to the articles. but what about getting the authors to appear on the front page?

    Thread Starter Orin Safko

    (@ortox06)

    Nevermind! Got it working. Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Author names not appearing in posts’ is closed to new replies.