Products per page
-
Hi,
I’m attempting to customize “Products displayed per page” to 9 products, but I can’t, it is always showed 10 products in each page. This is the link: https://www.fernandohijo.com/tienda.
I’ve searched in Google, but the only solution I’ve found and hasn’t worked is:
//display 16 products per page
add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 10;’ ), 20 );So how can I set correctly? If it were impossible from plugin settings, I would like to know how I can do it from plugin code.
Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Products per page’ is closed to new replies.