Hi, there.
Is it a way of changing the number of products shawn in a category page? Or even to eliminate the pagination and display all products in a single page?
Best regards.
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 9;' ), 20 );