• I am trying to display a list of my categories, but only ones whose posts contain a certain tag….

    For example…
    I have a Category named “Beatles”….
    I have a post named “Abbey Road” and that post is tagged with ’60’s music’

    Now I want to have a dynamic list that shows everything tagged “60’s music”, but I don’t want to show the posts, I want to show the category (Beatles).

    Eventually I’d like to end up with a list of categories like this :
    60’s music:
    Beatles
    Monkeys
    Led Zeppelin
    Etc…

    Is this possible? How would I go about doing this?

  • The topic ‘Display categories based on tags?’ is closed to new replies.