WP_Page Navi
I am trying to use WP-Pagenavi on a website but can’t find the files I need to modify in a child theme to get it working correctly. Could you advise what I need to add to my child theme.
Many thanks
James
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Jmw894,
This is possible by adding the following PHP to your child theme functions.php:
function vantage_content_nav() { wp_pagenavi(); }Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.