Try adding the code again
add_filter('loop_shop_per_page', 'show_products_per_page' );
function show_products_per_page() {
return 20;
}
Try adding the code again
add_filter('loop_shop_per_page', 'show_products_per_page' );
function show_products_per_page() {
return 20;
}