If you are having issues with Gutenberg editor, please simply download official Classic editor plugin.
Haven't found you're looking for? Visit goodstore howto web

change number of products displayed per page

  • how to change number of 20 products displayed per page
    i use the code on function.php in the theme
    // Display 24 products per page. Goes in functions.php
    add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );

    but it is not working in goodstore theme,anyone help?

  • All following comments are shown for registered users only!

    (1 next comment)
This discussion has been solved.
All Discussions