• Resolved g4genius

    (@g4genius)


    How do i make author name clickable like category in posts by which user can filter/separate posts by author

Viewing 1 replies (of 1 total)
  • Theme Author Madalin_JFT

    (@wpbox)

    Hi, you need to edit a theme file for that.

    Go to your Dashboard -> Appearance -> Editor. and open the meta.php file.

    then find the following code:

    <?php the_author();?>

    change it to:

    <?php the_author_posts_link(); ?>

    save it, it will be okay now.

    please feel free to ask if you have any other queries.

    thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘To make author name clickable’ is closed to new replies.