/Customise the number of columns and products displayed per page
Created Apr 28, 2014
Customise the number of columns and products displayed per page
// Display 24 products per page. Goes in functions.php | |
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Hi ~
Thank you for good code.
I have a question.
What is the path to the folder in the functions.php file?