Custom post type-specific prev and next post links?

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.

Cheers dan. I should try it out.

I guess if all else fails, there’s always the category filter option.

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:

You can specify post type and there are examples for adhering to paging rules in that page.