Categories
Showing 55–56 of 118 resultsSorted by popularity
add_filter('loop_shop_columns', 'custom_shop_columns', 20); function custom_shop_columns($columns) { $columns = 4; // Set this to the number of products per row you want. return $columns; }