Forums

[resolved] Want to List Posts from Multiple Tags using 1 URL (4 posts)

  1. theblogdoctor
    Member
    Posted 3 years ago #

    Hi,

    I have a WP site in which the menu links need to list posts from 1 or more tag. I know that for single tags, you can use following syntax

    http://mysite.com/tags/tag1

    However, my requirement is that I want to have a URL, which when clicked will list posts from all tags in the URL like so...

    http://mysite.com/tags/tag1+tag2

    Should list posts that are either tagged with tag1 or tag2 or tag1 and tag2

    Is this possible out of the box with wordpress ?

    I did look at following post where people have requested something similar, but that is not working as advertised... :)

    http://wordpress.org/support/topic/161812

  2. MichaelH
    Volunteer
    Posted 3 years ago #

  3. mores
    Member
    Posted 3 years ago #

    Works if you're using ?tag=blablabla+blablabla instead of ?tags=blablabla+blablabla
    (singular "tag" instead of plural "tags")

    And if you want to have only one of the tags match, then use a comma instead of a + sign.

  4. theblogdoctor
    Member
    Posted 3 years ago #

    Thanks all. It works now with all your suggestions / pointers.

Topic Closed

This topic has been closed to new replies.

About this Topic