• Hello,

    I’m using the following code to change the pagination_base slug. But the events archive page seems not to be affected by it. How I can get this?

    function change_pagination_base() {
    	global $wp_rewrite;
    
    	$wp_rewrite->pagination_base = 'pagina';
    }
    add_action('init', 'change_pagination_base');

    Thank you.

    • This topic was modified 3 years, 10 months ago by Iker.
  • The topic ‘Change pagination_base slug’ is closed to new replies.