Blog feed links to same post everytime (single.php)
-
Hi,
I have a blog running with the latest version of WordPress and if you click on any of the “Read More” it always takes you to the latest post, even though $p is being passed across correctly (Which seems to represent the post ID)
Any ideas?
I have double checked and the output in single.php is still inside the while loop:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Blog feed links to same post everytime (single.php)’ is closed to new replies.