Reading // Return the number of products you wanna show per page. $acmeblog_customizer_all_values = acmeblog_get_theme_options(); $acmeblog_wc_product_total_number = $acmeblog_customizer_all_values['acmeblog-wc-shop-archive-total-product']; if ($acmeblog_wc_product_total_number) { $cols = $acmeblog_wc_product_total_number; } return $cols; } add_filter( 'loop_shop_per_page', 'acmeblog_loop_shop_per_page', 20 );