Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello tyrene,

    Add below code into your child theme’s functions.php file.

    Note : Don’t modify your theme. Use child theme for any modification.


    add_filter('loop_shop_per_page','set_per_page_product');
    function set_per_page_product(){
    return 20;
    }

    Hope this will helps you.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Display more products’ is closed to new replies.