Pagination outside the loop from front-page template
-
Hi everybody,
In a theme I use front-page.php template, works perfectly, code 3 different wp_query using the showcase.php template form twentyeleven as a base. And the complete theme is based on _s starter theme
This 3 wp_query allow me to show first only 1 sticky post with thumbnail and excerpt, the second the last 4 posts with thumbnail and excerpt and the last one shows the next 4 posts but only the title. Till here, everything works perfectly, but, haven′t any idea of how to make a oldest post link, is not only a pagination is a link to the rest posts but not showing the first 9, becasue they are in the home page.This is the first wp_query and loop:
[code moderated - please use the pastebin for any code over the forum limit of 10 lines]
This is the second and the third
[code moderated - please use the pastebin for any code over the forum limit of 10 lines]
How should be the oldest post link?
do I need to set a wp_query with offest=9 in the index.php ?
The pagination code is the same as _sI′m completely lost, appreciate any ideas or help.
Saludos,
Pancho
- The topic ‘Pagination outside the loop from front-page template’ is closed to new replies.