Say I have a site with the following posts:
Comic page 1 [tags: Comic]
Comic page 2 [tags: Comic]
Comic page 3 [tags: Comic]
Home page [tags: None]
About Page [tags: None]
Sketchbook page 1 [tags: Sketch]
Sketchbook page 2 [tags: Sketch]
Sketchbook page 3 [tags: Sketch]
If someone is on a comic page, I only want the navigation to go to previous and next comic posts.
If someone is on a sketch page, I only want the navigation to go to previous and next sketch post.
Thus far my only solution idea I’ve come up with is to use separate “sites” for each tag I want to have it’s own navigation.