Older/Newer entries links do not display Older/Newer entries
-
Hello all. I’ve tried at length to figure out this issue but haven’t been able to. I was not the initial “setter upper” of this wordpress site and have been appointed to solve some of the original issues never solved.
In a nutshell, I have several pages that display posts from specific categories and the pagination navigation (cool rhyme!) does not work properly. When navigating to the next page of entries, the original latest entries display over again.
I’m having this problem on several pages but here is an example for starters:
https://www.lowercaseincart.com/WORK/intuit/exhibitions-events
This page uses this line of code to display posts from two categories:
<?php query_posts(array('category__in' => array(3,4))); ?>
The page also uses navigation.php (which has not been altered from its original wordpress state) with this line of code in order to display the navigation links after the posts:
<?php include ( TEMPLATEPATH . '/navigation.php' ); ?>
I’m not a developer, but I’m xhtml/css fluent and decently proficient with editing and creating .php files for wordpress use. Just can’t seem to shake this issue!
Any help would be appreciated! Thank you so much.
- The topic ‘Older/Newer entries links do not display Older/Newer entries’ is closed to new replies.