Pagination range can be very helpful in a situation of large number of blog posts. If you have a large number of blog posts and want to display them either through the blog archive page OR the Blog Element of Fusion Builder then changing the pagination range would not be possible through the provided Fusion Theme Options if using Avada theme. This tutorial provides you with a working solution on how to change the Pagination Range in the Avada theme.

Below is the code that can be used inside functions.php file of a Child Theme. A child theme for Avada can be downloaded from here and install in your site to add the code provided below. In order to adjust the pagination range, change the value of 5 in the code to your desired number which will be used for pagination.

Copy to Clipboard