• Pure code and so simple to customize. The simplest plugin I ever installed. A couple of minutes to get it working. Couldn’t be happier ??

    I only added this snippet to replace my Woocommerce pagination:

    remove_action('woocommerce_pagination', 'woocommerce_pagination', 10);
    function woocommerce_pagination() {
    		wp_pagenavi(); 		
    	}
    add_action( 'woocommerce_pagination', 'woocommerce_pagination', 10);
  • The topic ‘So simple!’ is closed to new replies.