Home Forums WoodMart support forum Pagination

Pagination

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #195527

    emsaygroup
    Participant

    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";
    }

    Shop page: https://www.dogalindangelsin.com/magaza (Dont showing products on the second page)
    Categories page: https://www.dogalindangelsin.com/spor-ve-saglik-urunleri/ (Showing products on the second page)

    #195573

    Hello,

    Our support does not cover checking for compatibility or fixing custom code.

    Our theme has the option to add pagination to the shop page / Category page. Please find the option in the Theme Settings > Sho page > Product grid.

    Best Regards

    #195585

    emsaygroup
    Participant

    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.

    #195723

    Hello,

    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.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)