If you’re using a WooTheme then this code may have been utilized in the theme. It will already be pluggable which means you’ll need to redefine the function in your functions.php file (preferably in a child theme) to overwrite the theme default.
/Override theme default specification for product # per row/
function loop_columns() {
return 2; // 2 products per row
}
add_filter('loop_shop_columns', 'loop_columns', 999);
please check LINK for more information :Change number of products per row
Related Posts:
- Show only sidebar if widgets have content on the current page
- the_widget() – filter only one instance
- Trying to style Woocommerce sidebar Cart Widget [closed]
- Add Icons to the Product Category Sidebar Widget WooCommerce
- WooCommerce Multi-Currency shortcode not working
- WordPress keeps moving my widgets to other widget areas
- Change The Woocommerce Product Categories Dropdown Widget Placeholder Text
- Can’t remove woocommerce sidebar
- how do i remove a woo-commerce widget?
- Display vendor phone number on single product page
- Adding additional text under the price via product page
- Filter by Price filter button not working
- Two types of product categories on shop page
- Collapsible product categories on sidebar?
- Integration widget Mondial Relay Js
- widgets_init actions not fired from functions.php’s child theme
- How to Manage Multiple WordPress Websites from one dashboard (WooCommerce)
- How to display woocommerce products of one wordpress account in another wordpress account?
- Posts on Sidebar only
- Display problems in admin dashboard when creating a new theme from scratch
- When to use a child theme for WooCommerce Storefront?
- Woocommerce Custom Rewrite Rules Array – Subcategories
- Changing second user role while updating/downgrading membership level – s2member [closed]
- Clone and modify Woocommerce Products catalog
- How to get sidebar widgets in leftsidebar template
- Same WooComerce shop for different WP sites?
- How to Display Amount of products being displayed out of the amount in category – WordPress/Woocommerce
- Custom Shipping Method: need non-instance settings and non-global settings
- Woocommerce – get product in category with specific attribute
- Woocommerce update cart
- How can the searchform.php know if it’s used on a registered sidebar id ‘sidebar-1’ or ‘sidebar-2’?
- Stop the “upload file size” error from printing [closed]
- How to programatically create a WooCommerce downloadable product?
- Woocommerce make appear when items added to cart
- Getting one specific value from get_children array
- Get WP All Export row ID
- How to list categories by page id in wordpress
- Is it possible Different templates of products for specific category in WooCommerce?
- WooCommerce: Conditional Tag for Wishlist Page
- Vendor Listing by Location
- How do I get the posts from single page custom post type from a sidebar to display in a page?
- bulk media crop for featured images
- Display x number of terms and exclude hidden
- Add Social Media icon widget to customizer
- Loading scripts only if a particular shortcode or widget is present
- WooCommerce: Bulk Quantity in Cart
- Update order status based on condition
- Handling dozens of sidebars
- Use customizer or sidebar for header settings?
- How to edit the header banner in the search page in woocommerce?
- How can I display one product using WooCommerce
- How to add WooCommerce Add to Cart button in widget?
- How do I change the woocommerce product gallery to show all thumbnails instead of three at a time in a carousel?
- Custom CSS Not working on Product page
- How to add a menu page for options in wordpress for user that has the role of vendor?
- Testimonials/Reviews for Products
- Script in sidebar blocks other widget’s load
- How can I hide the entire “Shipping Details” block on the admin side of Woocommerce? [closed]
- Add text specifically to order-proceessing-email in WooCommerce
- WooCommerce – missing products when viewed by tag
- Cannot Modify Header Information error
- Change WooCommerce Checkout Button – Reverts to normal
- Does current page contain widget or sidebar
- How to display most popular posts from certain category in sidebar?
- Show pop up message for specific categoryies
- How to display Woocommerce catagories
- Users credentials and syncing from third party with WooCommerce
- Woocommerce set single city to sell to
- WooCommerce – Adding Product Attributes to CSV Export
- Woocommerce hidding pages
- how to run a php code in widget?
- How to bypass Woocommerce checkout validation from the plugin? [closed]
- WooCommerce set specific currency on site shop
- Woocommerce product listing design issues
- three sidebars showing without call
- Active Sidebar Conditional Question?
- Best strategy for providing theme options using customizer
- Quotes not rendering properly in WooCommerce settings API [closed]
- Cannot access variables within a widget
- twitter widget loads properly in all themes except my own theme?
- How to programmatically GET (to know) which Sidebar (or) which Menu is being used on Different Pages?
- Target logic based on Widget / Sidebar Name
- Category with description and thumbnail
- Can I get variable into dynamic sidebar?
- Paginate recent posts widget
- Add sidebar in inner pages
- $before/after_widget/title not displaying anything
- wp_register_sidebar_widget in loop within a plugin?
- if is within sidebar [duplicate]
- Creating a Playlist of Widgets
- How to display only some widgets of a sidebar?
- Inkness theme sidebar
- Add class from custom field into widget class
- Echo SKU in WooCommerce Conformation page [closed]
- how to call new widgets in sidebar in custom theme?
- Template from scratch: Sidebars not showing widget
- How can I get the sidebar id on the current page?
- My custom widget won’t stay in the widget area after I refresh the widget page
- Automatically hide Widgets that would lengthen page
- What method should I use for a sidebar widget that reads latest posts?