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
- WordPress and event-driven programming – what is it about?
- Woocommerce get selected shipping zone id for the current user
- Query WooCommerce orders grouped by several order statuses
- Change the footer text on the login page
- retrieve thumbnail from post ID of best selling product in category
- Display a selected custom product option in WooCommerce cart
- Automatically check the option “Enable stock management at product level” on product creation
- Woocommerce: Is it possible to overide the settings for allowing to purchase out of stock products [closed]
- How does WooCommerce ensure that a product doesn’t run out of stock during payment? [closed]
- action hook wp_head higher priority as all other plugins/hooks
- woocommerce – hide payment method in new order email
- Change the URL of an image from wp_get_attachment_image_src except in the frontpage
- woocommerce subscriptions – get expiration date [closed]
- Remove an action hook within a Class
- Edit incorrect password message WordPress
- Woocommerce hook run after an Order been created through REST API
- Woocommerce api: create product with images – bad request
- Contact Fom 7 – how to add custom HTML inside span.wpcf7-form-control-wrap AND IMMEDIATELY AFTER input.wpcf7-form-control?
- Generating an nonce for Content Security Policy and all scripts – How to make it match/persist for each page load?
- WooCommerce custom product dimensions
- WordPress Woocommerce – Product Type [closed]
- Pagination for custom shop loop woocommerce
- Why does wp_head hook my functions to the beginning of my source code?
- Pass argument to event hook
- get_total () returns 0 – woocommerce [closed]
- Why does the post_type_link hook everything twice?
- email alert for product availability
- How to rename woocommerce-billing-fields
- Create a package of products as one Item in woocommerce?
- fetch woocommerce product with custom taxonomy
- Adding function to child theme’s function.php
- After disabling WPML multi currency, the currency is still handled by the WPML
- Add a custom class to the body tag using custom fields
- Why doesn’t global $wp_query not get hooked?
- How can i programmatically change the SKU of a product based on product variation?
- Execute PHP code only with specific user role
- Add a custom WooCommerce settings tab with sections
- Checking page before applying image restrictions while uploading
- WordPress Fresh Install Errors (Woocommerce specifically now)
- Woocommerce – Exclude variation attribute on specific variation
- How do I add a function to parent theme
- PHP function for horizontal Woocommerce thumbnails and badges
- WooCommerce display price before add to cart [closed]
- Get the same SKU from woocommerce itself for simple and variable products
- Woocommerce checkout page – custom field checkbox value into email
- WooCommerce – template_redirect if is_checkout AND order has been paid?
- Register/enqueue scripts only on certain admin pages
- Make WooCommerce product categories only show images on homepage
- ACF under category name in shop page [closed]
- WooCommerce Quantity in Dropdown menu instead of clasic [closed]
- WP_Query To Display Product Of Brand On Taxonomy Page
- Hot to edit WooCOmmerce dashboard?
- WooCommerce subcategories help
- WooCommerce multiple custom fields code
- loop to return tags in woocommerce in alphabetical order?
- How to have more than one ID included in the exclude command?
- wp_query beginner
- How can I move the posted-on date above the post and below the entry-header?
- WordPress using get_term to retreive slug not working as expected
- Can’t make product images clickable
- WooCommerce – Print Processing orders [closed]
- Post formating on Home page
- calling a function from a class in your template
- Hide cart when empty [closed]
- Order woo products, but first products must be with acf fields
- Warning: Attempt to read property “term_id” on int – Woocommerce
- Remove Woocommerce product from cart with ajax/fetch
- Automatically change insurance quantity based on cart total [closed]
- Add/alter image attribute before render
- Why does WordPress not send the user the email to add a password?
- WooCommerce Modal Fly cart on add to cart – With AJAX
- Hide ‘Downloadable’ and ‘Virtual’ checkbox options from Woocommerce Variations?