Pagination Issue version 21.5

Tagged:
  • ukdesignservices
    Participant
    4 years, 9 months ago #12862

    There were a couple of conditions for taxonomy pagination. If no pagination settings existed the default in pre_get_posts was:

    $query->set('paged', 0);
    $query->set( 'posts_per_page', -1);

    In the plugin settings, ‘2.1 Presentation’ the ‘No. of results per page’ was set to 15. The plugin was superseding ‘posts_per_page’, limiting the search to 15 results, but the pre_get_posts ‘paged’ condition kept resetting the query to the first page.

    Thank you for all your help.

    wpsolr
    Keymaster
    4 years, 9 months ago #12863

    Thanks for the feedback.

Viewing 2 posts - 16 through 17 (of 17 total)

You must be logged in to reply to this topic.