Log in

View Full Version : Previous posts link reloads current page.



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?

bluewalrus
11-14-2010, 03:25 PM
It seems your index.php (http://danielmeade.net/)) and http://danielmeade.net/page/anynumber will load the same content. There is probably an include and maybe an htaccess set up somewhere for the /page/number. I'd recommend a wp blog though because there are a lot of files and settings with wp. You could try and change it manually as well if you want but i dont even know where the page you're trying to link to is, or the content of it. http://wordpress.org/support/