• Hi There,
    I’m trying to get more results to show on the results page or a page number pagination for the results. Does anyone have any idea how I can do this? Do I need to create a template for this?
    Thanks
    Steve

Viewing 1 replies (of 1 total)
  • Yes, you need to make a template for this:

    /wp-content/themes/your-theme/search-filter/results.php

    Then you can add your page numbers with some PHP like this:

    Page <?php echo $query->query_vars['paged']; ?> of <?php echo $query->max_num_pages; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Search & Filter Results Page’ is closed to new replies.