janecraft
Member
Posted 2 years ago #
I'm making extensive use of the page template code found in the Codex here: http://codex.wordpress.org/Pages#A_Page_of_Posts. This lets me display a list of posts in various ways (usually title/permalink and excerpt) on a page by category. However, in some categories this list is getting pretty long. I'd like to shorten it to 10 and add a "more" link to see the next group of 10 in the category.
The next_posts_link template tag does not work with this setup. This link will take me to another page (which has a URL with /page/2/ appended), but this page is the same as the first content-wise -- that is, it has the same 10 posts listed. How do I tell it to show the next group of 10 in that category?
The info provided here is relevant..
It's the paging section that applies...
http://weblogtoolscollection.com/archives/2008/04/19/paging-and-custom-wordpress-loops/
Couldn't find a codex page that details this specifically.
janecraft
Member
Posted 2 years ago #
Thank you for this. Your resource does appear to address my issue. Unfortunately, my theme is already doing something different to the query. I'll see if I can untangle it, and I'll report back.
This did the trick for me, also. Thanks!
abelthorne
Member
Posted 2 years ago #
Hello,
It kinda works for me too but I have a specific problem : it doesn't work with posts that are in the page set as homepage in WP prefs (I have home page that uses a custom template in which I display some posts).
As page_id is not set, the next and previous posts link lead to mywebsite.com/?paged=2 and I get a "can't be found" error message.
Using the same code in another page/template makes links like mywebsite.com/?page_id=54&paged=2 and navigation works.
Is this a WP bug ? How can I fix the problem ?
TommyHoliday
Member
Posted 2 years ago #
Hello,
It kinda works for me too but I have a specific problem : it doesn't work with posts that are in the page set as homepage in WP prefs (I have home page that uses a custom template in which I display some posts).
As page_id is not set, the next and previous posts link lead to mywebsite.com/?paged=2 and I get a "can't be found" error message.
Using the same code in another page/template makes links like mywebsite.com/?page_id=54&paged=2 and navigation works.
Is this a WP bug ? How can I fix the problem ?
Ohhhh god, i have exactly the same problem!! i just figured it out after 6 hours what the problem is! do you have a fix for it or is it still not working??
Thank you for your reply! :)
Thomas
There's a solution to the same problem provided by vtxyzzy in this thread here, may not be ideal for everyone, but worth a look nonetheless as it may help.