We have a problem with the display of the next and previous post links.
The links displayed are not for the next or previous posts but other ones. When clicking on a post title, that post is displayed on a single page with the next/previous links at the top. But they are incorrect.
This is the code we use.
<?php previous_post_link('Previous Post: %link','%title',TRUE); ?> <?php next_post_link('Next Post: %link','%title',TRUE); ?>
anyone have an idea of why this is not working correctly.