Forums › Forums › Search & Filter Pro › Pagination Style
- This topic has 7 replies, 3 voices, and was last updated 10 years ago by
Ross.
Viewing 7 posts - 1 through 7 (of 7 total)
-
Ross Moderator(Private) June 15, 2015 at 2:33 pm #19573
Hi 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
Viewing 7 posts - 1 through 7 (of 7 total)