• hey there.

    for my page i want to be able to display a list of users that links to a page with all posts of the particular user that were posted in a certain category.

    displaying the list of authors can easily be handled by using wp_list_authors, but how do i list only posts from this particular author within category x?

    help would be appreciated ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • With the existing features in WP you can not. Maybe some coder guru can help you,

    https://site.com/author/johnsmith/?category_name=categoryname

    OR

    https://site.com/author/johnsmith/?cat=5

    You could probably do it the other way too… query the category via the pretty links and tack the author info into the query string.

    Well, every day learning something.
    (Am I right thinking that one should create/type manually these URIs – because there is no way to do them through some kind of WP magic…?)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to link to a page with posts from author within a certain category?’ is closed to new replies.