Numeric Pagination

I’m trying to add numeric pagination to the bottom of the blog page.

How can I do this?

Hi There,

Thanks for writing in! Custom development is outside the scope of the support we provide. However I can point you to the right direction, if you want to customize pagination.

You can locate the following function function pagenavi($before = '', $after = '') {} under (/x/framework/functions/global/pagination.php).

You can copy the function into your child theme’s functions.php file and customize according to your requirements.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.