• Dear all

    i am using <?php the_author_posts_link(); ?> in post to show Author name
    but it is shows only Author id.

    instead of ID if i want to show author name (First & Last Name ) then i have to use <?php echo the_author_meta(‘first_name’); ?> <?php echo the_author_meta(‘last_name’); ?>

    its working also perfect but it is without link of author page

    how i can add Author page link to Author Name(First & Last Name)

    please help me

  • The topic ‘Author Name with link’ is closed to new replies.