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