previous_post and next_post problems
-
I’d like my previous_post and next_post links to NOT show posts from a certain category. The category has ID number 3 so I implemented this code:
`<?php previous_post(‘% | ‘,’Previous post: ‘,’yes’,’yes’,’1′,’3′); ?>
which is what you should do according to The WP Wiki for previous_post, however it still shows posts from that category along with all the other categories. Am I doing it right?
Using WP 1.2 by the way.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘previous_post and next_post problems’ is closed to new replies.