How can we insert pagination at bottom of listing
If we are restricting property listing to display n number of listing per page for which we use filter perpage=’xx’ then we need pagination at bottom or at top of listing to navigate to next page.
To display pagination you need to insert below shortcode
[property_pagination]
Note: Pagination tag will not come in between these starting and closing tag [ property_results] [ /property_results]
What else we can insert in this field
By default it show 3 pages as starting but you can change that how many pages in start you want to show. To do that you need to insert show=”xx” attribute in pagination shortcode.
For example;
[property_pagination show="7"]