I have 19 items in the "xyz" category currently but I am only able to see 5 of them at a time and shows pagination I don't want pagination.
Is there a way to make it to where more than 5 items show up on your first page of your xyz category ?
i added following code to my function.php of template
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 10;' ), 19 );
but still its displaying 5 products .