Snippet to change number of products per page not working
-
Hi,
I added this snippet in functions.php of Child-theme:// Display 24 products per page. Goes in functions.php
add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 24;’ ), 20 );Nothing happens. I keep on displaing 5 products per page.
Can someone help me?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Snippet to change number of products per page not working’ is closed to new replies.