The way I’ve done this was to take a copy of content-product.php and paste it into the root of your theme folder.
Comment out
do_action( 'woocommerce_before_shop_loop_item_title' );
and
do_action( 'woocommerce_after_shop_loop_item' );
Quick and dirty, but it worked for me.
Related Posts:
- WooCommerce: How to display item meta data in email confirmation using woocommerce_order_item_meta_end
- How to remove “out of stock” variation options from size dropdown in woocommerce?
- How to Remove a Filter from the Admin List Table?
- Woocommerce, recognize the loop of related products
- Replace existing content from specific WooCommerce admin orders list column
- How To Change The Html of Products filtration sidebar in Woocommerce?
- WooCommerce: Add Payment Gateway Field to Webhooks [closed]
- How to add a second ‘place order’ button in WooCommerce [closed]
- Setting up 2 SMTP accounts: 1 for wordpress and 1 for woocommerce
- Reload part of checkout on changed shipping method
- Trying to build simple deposit code that hooks into woocommerce
- Woocommerce: hook action/filter I could use to add variation id and price with each attribute opt on WooCommerce Rest api
- Add a product to checkout via form
- Is it possible to intercept all ajax requests and get the parameters and the returns?
- How to remove woocommerce_breadcrumb() from do_action( ‘woocommerce_before_main_content’ ); [closed]
- How to sort WooCommerce products page by latest in-stock items first?
- Variation prices breakdown only for single product page
- Display custom field value in woocommerce variable product via jQurey
- Adding custom field to product category and show it to shop/category shop page
- Adding new divs with custom classes to products on WooCommerce shop page [closed]
- Discount in the specific product title using keyword ( Woocoommerce )
- How do I remove an action hook inside a class that is called by another class?
- Need to forward Data from WooCommerce Webhook sent to same site WordPress REST API custom endpoint
- Clone the “proceed to cart” button and place it above checkout on the cart page, but only appear display size is 320px
- How to add custom checkout field in user details mail template
- Change Checkout “Place Order” text if cart has a specific product
- Send a custom notification to customer on WooCommerce cancelled order status
- Woocommerce – add tracking code to another email template
- Woocommerce api: create product with images – bad request
- WooCommerce Webhooks not firing because of error in wp-includes/meta.php
- Contact Fom 7 – how to add custom HTML inside span.wpcf7-form-control-wrap AND IMMEDIATELY AFTER input.wpcf7-form-control?
- Different Minimum Order Amounts based on Shipping Zone [closed]
- do search in two site and show the result in first site
- Remove metabox from WordPress menu editor page?
- Trying to place a custom field after the total section in the checkout page in woocommerce
- WordPress default Search function inconsistent in WooCommerce Product Titles
- Which field should I edit to make the checkbox marked by default?
- Displaying Woocommerce Product Category in WordPress
- Why ajax doesn’t work on certain wordpress hooks and reload the page instead?
- Why ajax doesn’t work on certain wordpress hooks?
- Remove a div from RSS feed
- user_profile_update_errors hook not executing
- Set meta field to publish date + 2 weeks
- WooCommerce: How can I get orders with a custom ID in order meta data object?
- How to add an arrow to menu items has submenus
- WordPress Gravatar filter is removing my custom attributes
- wordpress + woocommerce display product with additional information [closed]
- how to fix error “called incorrectly, should not be accessed directly”?
- Function works when I don’t login to WordPress but when I login then it doesn’t work
- Error in custom php function doesn’t exist
- How to auto fetch customer details in Woocommerce in checkout page
- Generating an nonce for Content Security Policy and all scripts – How to make it match/persist for each page load?
- Displaying custom taxonomy on WooCommerce product page
- Sum the total amount of a specific product purchased per user and display in table
- Don’t insert if permalink is the same?
- Change “add to cart” button color based on Woocommerce product category [closed]
- Return a numerical function value in Customizer controls
- How can I get the values of my WordPress $wpdb query in Jquery?
- Adding widgets to my plugin page instead of WordPress dashboard
- How can I pass a custom/dynamic product to the Woocommerce cart?
- Add to cart function not working for first product when cart is empty [closed]
- I want to add custom add to cart link [closed]
- How to make products with no cost in WooCommerce
- Woocommerce : Can’t get product info in loop
- WooCommerce custom product dimensions
- Trouble checking if custom woocommerce checkout field is empty or not
- Incorrect amount of posts returned when filtering related Woo products by custom taxonomy
- Validation algorithm in checkout field
- edit_comment_link is not showing for comment author
- Adding function to Genesis genesis_header [closed]
- How do I remove the product thumbnail link from a specific div in Woocommerce? [closed]
- Modify custom field input data before creating a new post
- My new button is in the wrong place
- how to make custom ajax handler?
- Are all hooks/functions tied to Kses meant for sanitization?
- WordPress Woocommerce – Product Type [closed]
- Pagination for custom shop loop woocommerce
- How to add specific meta tags to head of cart and checkout pages in woocommerce?
- Why does wp_head hook my functions to the beginning of my source code?
- Pass argument to event hook
- Should `wp_login` be used since it’s deprecated?
- Woocommerce change prices for a certain country [closed]
- How to get private property in parent class into extended class?
- Omit custom post type from wp-sitemap.xml based on meta key using wp_sitemaps_posts_query_args
- Password minimum length in personal subscription [closed]
- echo something inside a shortcode
- How to use a custom hook
- Replace Woocommerce “add to cart” to be “Download” button [closed]
- Is there a way to hook or call a custom woocomerce template that is not part of the default templates of woocommerce?
- get taxonomy thumbnail and use it as a variable in code
- Woocommerce Email attachments not working – file not being attached
- Run a code only on theme activation only during first activation
- Function returns text instead of html [closed]
- Extend Woocommerce Widget Class – WC_Widget_Product_Categories
- Single Quotes in .php file doesn’t load website
- Add post with approval by the admin
- Theme activation hook in php class
- get_total () returns 0 – woocommerce [closed]
- How to remove coupon dropdown feature
- Woocommerce display one random product via php