Forums › Forums › Search & Filter Pro › multiple pages result are not working
Tagged: multi page results not working
- This topic has 78 replies, 3 voices, and was last updated 9 years, 5 months ago by
Anonymous.
-
Trevor(Private) April 11, 2016 at 11:52 am #42273
Hi
In the form settings, I have set the form (in the Posts tab) to sort by that meta tag, but still it does not. This means that the theme is overriding this order. I took out the commented out line and returned the args bit back to how you had it. I do not know if you put this code in or it was in the template anyway:
<?php $args = array( 'posts_per_page' => 5, 'offset' => 0, 'category' => '', 'category_name' => '', 'orderby' => 'slug', 'order' => 'DESC', 'include' => '', 'exclude' => '', 'meta_key' => '', 'meta_value' => '', 'post_type' => 'post', 'post_mime_type' => '', 'post_parent' => '', 'author' => '', 'post_status' => 'publish', 'suppress_filters' => true ); $posts_array = get_posts( $args );?>
Anonymous(Private) April 11, 2016 at 3:01 pm #42296i just deactivated all plugins with order stuff, also the index to default. and then the search and filter build in ordering worked.
BUT when you load plasticat.net , the search and filter doesnt apply . so the ordering doesnt apply also. only after you click on one of the buttons. is there any way to apply search and filter “all genres” directly to the mainpage?
-
AuthorPosts