Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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
Hi Jmw894,
This is possible by adding the following PHP to your child theme functions.php:
function vantage_content_nav() { wp_pagenavi(); }