Hi guys! :)
This is the code I use for a custom template:
http://pastebin.com/LX7Lw3Kg
I'd like to have a link "Older entries" to allow users to browse also older posts.. how can I obtain that?
Thanks in advance,
Lorenzo
Hi guys! :)
This is the code I use for a custom template:
http://pastebin.com/LX7Lw3Kg
I'd like to have a link "Older entries" to allow users to browse also older posts.. how can I obtain that?
Thanks in advance,
Lorenzo
As suggested here: http://wordpress.org/support/topic/query_posts-function-and-older-entries-within-a-category?replies=5 I tried with:
http://pastebin.com/ZDDb0PtP
But it didn't work...
try to move the query (with the integrated 'paged' parameter) to before the line with if(have_posts())
Uhm.. no luck unfortunately.
I tried also with the code provided here:
http://www.rlmseo.com/blog/wordpress-pagination-in-custom-loop/
Still no luck..
Finally! I got it working! This is the code I used:
http://pastebin.com/kUrv8VgV
:)
You must log in to post.