• In a single blog with multiple authors, is there a way to search for a single user’s posts? Simply putting there name in “search” does not work, unfortunately.

Viewing 1 replies (of 1 total)
  • I’ve just begun to try and figure out how to get the search to include author names as well. You can also use the author link tag:
    <?php the_author_posts_link(); ?>
    This will produce a link of author’s name to a page that shows all the posts by that author.

Viewing 1 replies (of 1 total)
  • The topic ‘Search by user’ is closed to new replies.