danielmeade
11-13-2010, 11:54 PM
Hi all,
I'm having a slight problem within my Wordpress based blog. When a user hits the 'Older posts' link it simply reloads the current page. Although if you look in the URL bar it has in fact linked to the previous page but instead displays the same content.
ie. http://danielmeade.net/page/2/ appears the same as http://danielmeade.net
Here's the line of code I am using for this action:
<?php next_posts_link('Older Entries') ?>
Can any help me out here?
I'm having a slight problem within my Wordpress based blog. When a user hits the 'Older posts' link it simply reloads the current page. Although if you look in the URL bar it has in fact linked to the previous page but instead displays the same content.
ie. http://danielmeade.net/page/2/ appears the same as http://danielmeade.net
Here's the line of code I am using for this action:
<?php next_posts_link('Older Entries') ?>
Can any help me out here?