When your website means business.

PHP, WP/CP | Type: PHPNamespace; if function exists

WP-PageNavi

CPT LISTING
<?php if(function_exists('wp_pagenavi')) {
    wp_pagenavi(array('query' => $newslist )); //$newslist is name of query for 'news' cpt
    } else {
    echo 'Please enable WP-PageNavi!';
    }
?>
ALTERNATIVELY FOR BLOG LIST
<?php if(function_exists('wp_pagenavi')) {
    wp_pagenavi(); //un-named query
    } else {
    echo 'Please enable WP-PageNavi!';
    }
?>
Menu
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Cookies Notice