Forums

How to show posts with particular tag in a category (5 posts)

  1. nims
    Member
    Posted 1 year ago #

    Hi I want to show (create a link) to display posts with a particular tag in a specyfic category
    e.g I want to show posts tagged with "pizza" in category "food".

    The url mysite.com/tag/pizza shows posts from all the categories. How can I restrict it to "food" category ?

  2. nims
    Member
    Posted 1 year ago #

    can anyone help pls

  3. alexpts
    Member
    Posted 1 year ago #

    query_posts($query_string . "&order=ASC&<strong>category_name=food&tag=pizza</strong>");

  4. MAS
    Member
    Posted 1 year ago #

    query_posts($query_string . "&order=ASC&category_name=food&tag=pizza");

    Try this.

  5. alexpts
    Member
    Posted 1 year ago #

    chinmoy, Yes )

    delete '< strong >' and '< /strong >'

    It is button "<strong >b"

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags