Forums

[resolved] How do I display author's full name in every post? (5 posts)

  1. iceman2008
    Member
    Posted 2 years ago #

    How do I display author's full name in every post?

    I do not see any options to activate this in WP admin. Do I need a plugin for this?

    URL to the blog to illustrate the issue: http://www.blog.clubintimate.com/

    Thanks for help.

  2. PBP_Editor
    Member
    Posted 2 years ago #

    <?php the_author_meta( first_name, last_name ); ?>

  3. iceman2008
    Member
    Posted 2 years ago #

    Thanks.

    Where do I place this code?

    Also, I am not good with codes, is there a plugin for this?

    Thanks.

  4. MichaelH
    Volunteer
    Posted 2 years ago #

    With the help of the Template Hierarchy article, determine what Template is displaying your posts (could be wp-content/themes/your_theme_name_here/index.php). Then edit that and add the code recommended or add

    <?php the_author_posts_link() ?>

    Related:
    Template_Tags/the_author_posts_link
    Stepping Into Template Tags
    Stepping Into Templates

  5. iceman2008
    Member
    Posted 2 years ago #

    I am closing this as I have asked a PHP develop to help out.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags