• I am trying to get a list of posts for a particular author along with the comments for each post. I would like to create a single place for authors to view and be able to edit or delete post comments without needing to go to the backend.

    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • With the following function the author name will be linked.
    <?php the_author_posts_link(); ?>
    This function can take to a page where all the post of that particular author will be displayed.By adding author.php template this page can be customized.

    For template hierarchy please refer here

Viewing 1 replies (of 1 total)
  • The topic ‘Get Posts for a particular author and list comments’ is closed to new replies.