Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    It seems like bug with own pagination_base. At least in my case with following in functions.php:

    function custom_pagination_base() {
    	global $wp_rewrite;
    	$wp_rewrite->pagination_base = 'strona';
    	$wp_rewrite->flush_rules();
    }
    add_action( 'init', 'custom_pagination_base' );

    Already created pull request on project’s GitHub, so fix for this should be released soon.

    Greetings

    Great stuff guys,.. tested and works on my setup.

    For anyone else: download the plugin from here (since WP’s plugin repo is a little behind on the update).

    https://github.com/foliovision/fv-top-level-cats

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘category pagination breaks when used?’ is closed to new replies.