Comments oriettabosi started the conversationFebruary 11, 2019 at 6:07pmI would like t change the number of Products per Page. I've found your post in internet where you suggest to insert this code:"add_action( 'after_setup_theme', 'change_parent_products_per_page', 10 );function change_parent_products_per_page() { //chnge how many products are displayed per page add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 60;' ), 20 );}"but it not work.Can you help me?Silvia 8,996Tahir repliedFebruary 12, 2019 at 7:17amHey Again,That wont work. Try adjusting these Theme Options Panel settings : http://prntscr.com/mjwnw2 .Best ThemeNectar Support Team Sign in to reply ...
I would like t change the number of Products per Page. I've found your post in internet where you suggest to insert this code:
"add_action( 'after_setup_theme', 'change_parent_products_per_page', 10 );
function change_parent_products_per_page() {
//chnge how many products are displayed per page
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 60;' ), 20 );
}"
but it not work.
Can you help me?
Silvia
Hey Again,
That wont work. Try adjusting these Theme Options Panel settings : http://prntscr.com/mjwnw2 .
Best
ThemeNectar Support Team