I have a series of pages for individual products. I'd like to page between them using a navigation that sits outside of the loop.
| |
( <= prev ) | <loop> | ( next => )
| |
I've tried posts_nav_link. I've tried is_paged conditionals within the loop. I've tried everything I can think of.
Anyone know how to accomplish this without hacking the hell out of WP?
posts_nav_linkandis_paged? – Lea Cohen May 22 '11 at 5:42