Forums

How to link to a page with posts from author within a certain category? (4 posts)

  1. spucktier
    Member
    Posted 2 years ago #

    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 :)

  2. moshu
    Member
    Posted 2 years ago #

    With the existing features in WP you can not. Maybe some coder guru can help you,

  3. markjaquith
    Moderator
    Posted 2 years ago #

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

    OR

    http://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.

  4. moshu
    Member
    Posted 2 years ago #

    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...?)

Topic Closed

This topic has been closed to new replies.

About this Topic