I have created a custom content type "webcomic" for my four webcomics. I then use four taxonomy terms to define which webcomic it is:

hd
kp
osw
pc

Currently it appears I can't use flippy for this content type because it doesn't differentiate between these terms. I want a reader to be able to browse through all [content type webcomic/taxonomy term hd] nodes, [content type webcomic/taxonomy term kp] nodes, [content type webcomic/taxonomy term pc] nodes, and [content type webcomic/taxonomy term osw] nodes independently of each other.

Do I need to use Custom Pagers for this?

Comments

doublejosh’s picture

That sound like Custom Pagers, as it uses a view to power it's list.
#995286: Port Custom Pagers to Drupal 7

doublejosh’s picture

Status: Active » Closed (works as designed)