My navigation’s links are linking incorrectly
-
Hey,
At the bottom of my blog ( https://www.lilwaynehq.com ) the navigations links (previous and next) do not work.
When you click on them, it just brings up the 404 page ??
Anyone know what the problem is and how I can fix them?
The code I am using is:
<div class="navigation"> <div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div> <div class="alignright"><?php previous_posts_link('Next Entries »') ?></div> </div>
Thanks ??
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘My navigation’s links are linking incorrectly’ is closed to new replies.