Hello there,
We actively use the code below. In your theme, it works normally on category pages. But the products are not displayed on the store page. Can you check?
add_action( 'init', 'remove_page' );
function remove_page(){
global $wp_rewrite;
$wp_rewrite->pagination_base = "example";
}
Hello, I did not ask you to write a special code or change a feature. If a simple setting compatible with the WordPress theme does not work in your theme by default, you should not sell the wordpress theme. Anyway, it doesn’t matter, but when I have a question, I realized that I don’t need to write it here. Thank you, good work.
Your code may conflict with our built-in feature. Our theme has more extended options. You can set the pagination in the Theme Settings. Our support coverers default theme features.