Change pagination_base slug
-
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.
- The topic ‘Change pagination_base slug’ is closed to new replies.