0
展望對https://sweetheartshair.com 3欄佈局,但不能覆蓋的4列布局變化WooCommerce產品列
// Change number or products per row to 3
add_filter('loop_shop_columns', 'loop_columns');
if (!function_exists('loop_columns')) {
function loop_columns() {
return 3; // 3 products per row
}
}
代碼示例沒有做任何事情 - 在其他建議將此添加到主題functions.php文件樣本。
似乎排序在鏈接共享。 – omukiguy