Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have posts with the following Categories:

  • Restaurants

  • Bars

  • Nightclubs

At the same time they can be tagged as:

  • Train Station 1

  • Train Station 2

  • Train Station 3

I'm not sure if this is possible in WordPress (or if it makes sense at all), but can I make it so that when the user clicks a tag (say, Train Station 1), he/she will see a page with the posts ordered by their Categories?

Basically this:

Users who clicks on the Train Station 1 tag should see this:

>     Bars
>       Bar 1 tagged as Train Station 1
>       Bar 2 tagged as Train Station 1
>     Nightclubs
>       Nightclub 1 tagged as Train Station 1
>       Nightclub 2 tagged as Train Station 1

Users who clicks on Train Station 2 tag should see this:

> Train Station 2 
>     Bars
>       Bar 1 tagged as Train Station 2
>       Bar 2 tagged as Train Station 2
>     Nightclubs
>       Nightclub 1 tagged as Train Station 2
>       Nightclub 2 tagged as Train Station 2
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.