Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi @mosser, this is in the improvement list of the theme for a future release.
    Thanks for pointing this out.

    Thread Starter mosser

    (@mosser)

    I found a way.
    add a function:

    function enable_wp_pagenavi() {
    	if ( function_exists( 'wp_pagenavi' ) ) {
    	 wp_pagenavi();
    	}
    }

    then:

    add_action ( '__after_loop' , 'enable_wp_pagenavi');

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘plugin 'WP-PageNavi' do not works on Customizr’ is closed to new replies.