I got custom posts with custom categories. Categories are registered as'timeline_category' and custom po sts as timeline. I got a taxonomy page where I list all the post from given taxonomy.
I was wondering if it's possible to create next/previous link on those taxonomy pages which will link to page with next custom taxonomy (something like next_post_link() but for custom categories).
Arek