// Laat 12 producten per pagina zien
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 10;' ), 20 );