Forums Forums Search & Filter Pro multiple pages result are not working

Viewing 10 posts - 21 through 30 (of 78 total)
  • Trevor
    #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
    #42275

    great! thanks, we can close that thread now!
    thank you very much for your on top support help!

    Trevor
    #42278

    You are certain all is OK? I could not get the search order to work? Unless you changed something?

    Anonymous
    #42296

    i 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?

    Trevor
    #42297

    Is that any better?

    Anonymous
    #42300

    hi T, sorry, no. the landing page is ordered. but any category choice results in 404 error now , test clicking on slow disco. or all genres.

    Anonymous
    #42312

    we are turning ourselfes in circles 🙂

    now the 404 error is solved. but the pagination doesnt work on the frontpage on first load…

    Trevor
    #42318
    This reply has been marked as private.
    Anonymous
    #42320
    This reply has been marked as private.
    Anonymous
    #42321

    but what did you change so the front page order was working now too?

    maybe i should just do a redirect to the all genres selection page…?

Viewing 10 posts - 21 through 30 (of 78 total)