Hello. I have a small problem, when viewing my wordpress site if I click on the category or archive it only shows up three of my posts for each. At the bottom is a "next" button which you would assume would take you to the rest of the posts in that category. However this is not the case..http://www.student-bites.co.uk/index.php/2006/08/ How can I change this so that it takes me to the rest of the posts in that category? I am completely lost today.
Is there a kind soul able to point out what needs to be changed and to what? Would really appreciate it.
From the link posted above, does clicking "next" take you to the rest of the archived pages or does it take you to the second page of the main site? I feel like I am losing my mind..
It takes me to: http://www.student-bites.co.uk/index.php/page/2/ Where do you want it to go? There might be a problem in your ".htaccess" file... Bye
Well lets take the posts from September, there are five posts total in that month. But when you click on the September archive it shows the first three then "next" but when you click this it does not show the rest of that months posts but takes you to the second page of the whole site. Does that make sense? I want to be able to have the user search through by category but currently they can only access the first three posts from each..
Ok, this is what is happenning. When "browsing monthly archive", Instead of making a link to: http://www.student-bites.co.uk/index.php/2006/09/page/2 wordpress makes a link to: http://www.student-bites.co.uk/index.php/page/2 The first URL I posted above will show you the next posts in september. This is a problem in the archive.php in your themes folder. I think wordpress help forums will have a solution for this. Show them both URL's I posted above,. Bye