Forums › Forums › Search & Filter Pro › Pagination Style
- This topic has 7 replies, 3 voices, and was last updated 9 years, 3 months ago by Ross.
-
Anonymous(Private) June 12, 2015 at 8:50 pm #19462
Hi, can u check this web
http://www.graficohosting.cl/MyV1/fitosanitarios-y-nutricion-vegetal
Make a filter, and then try to select “Pagina siguiente”
It doesn´t work well.Can u help me?
Thanks
Ross Moderator(Private) June 15, 2015 at 2:33 pm #19573Hi Alberto
You modified the search results template so that it no longer works.
The example template has your pagination links inside a
div
with the classpagination
.<div class="pagination"> <div class="nav-previous"><?php next_posts_link( 'Older posts', $query->max_num_pages ); ?></div> <div class="nav-next"><?php previous_posts_link( 'Newer posts' ); ?></div> <?php /* example code for using the wp_pagenavi plugin */ if (function_exists('wp_pagenavi')) { echo "<br />"; wp_pagenavi( array( 'query' => $query ) ); } ?> </div>
As you removed this, the
pagination selector
in the S&F admin (under the “display results” tab is no longer correct.Thanks
Ross Moderator(Private) August 5, 2015 at 9:43 am #22712Hey Alberto, so you want a dropdown list with all your post titles in it? This I’m afraid is not yet possible.
Thanks
Ross Moderator(Private) August 5, 2015 at 10:42 am #22734Hey Alberto
Unfortunately my work load is far too high – I need to finish dev of S&F 2.0, then we are working on a new site – on top that I’m working on a few other things at the same time…
I would love to do some custom work for S&F but just don’t have the time I’m afraid.
Thanks
-
AuthorPosts