I am having a problem with my site that is run with wordpress. The site is freesnatcher.com If you scroll to the bottom of the page you will notice there are no buttons to go on to the next page. It is the same way on all the catagory pages. If you can help me out that would be great.
I can think of two things. Either you don't have a limit set in your Dashboard, or your category files are lacking the previous/next code. I'd have to see your Theme files to be sure, but I won't be able to do that since I won't be home for a week (my mother was released from the hospital today after being in for about a week, so I'm taking care of her while she recovers).
i think ur template coding is cause of this error. Use some other freely template: www.wpskins.org few months ago same issue was with my blog, but in my cause the sidebar coding was wrong
Yeh, you have to ensure the link is on the template file to allow the navigation. If it's just on the category pages, then it's most likley the file "category.php" inside your template folder. Open this file and add this code anywhere where you want it to appear, just test it then you can move it around later: <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> </div> Code (markup):
Heh. I use a list for my category previous-next links. But I'm really anal-retentive when it comes to HTML semantics and structure anyway.