How can you modify the number of products to display without inheriting it from the number of wordpress posts?
For whatever reason, I want to have 4 items per page in my product listing 12 per page
How can you modify the number of products to display without inheriting it from the number of wordpress posts?
For whatever reason, I want to have 4 items per page in my product listing 12 per page
The solution is simple, in the functions.php file you have to add the following line:
This is a woocommerce filter that will get between the product loop call modifying the number of products to display.