Does anyone know how this can be done? Basically it's no different than the standard previous/next entry links, but this time, the links only show the entries for the post type it's classified in.
| SitePoint Sponsor |



Does anyone know how this can be done? Basically it's no different than the standard previous/next entry links, but this time, the links only show the entries for the post type it's classified in.


You don't have to change the prev/next links but the query that determines what posts to show.
Use query_posts in your template file to do that, before The Loop:
http://codex.wordpress.org/Function_...ce/query_posts
You can specify post type and there are examples for adhering to paging rules in that page.
17-29% of paid ad clicks are fraudulent. Get protected with Improvely, your online marketing dashboard.
→ Conversion tracking, click fraud detection, A/B testing and more.



Cheers dan. I should try it out.
I guess if all else fails, there's always the category filter option.
Bookmarks