Title: Remove Featured Image SHORTCODE
Last modified: March 23, 2022

---

# Remove Featured Image SHORTCODE

 *  Resolved [username201701](https://wordpress.org/support/users/username201701/)
 * (@username201701)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-featured-image-shortcode/)
 * I would like to insert a product shortcode into a recipe page, but I don’t want
   the image to show.
 * Does anyone know the arg to remove product images with shortcodes?
 * tyia

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Igor H](https://wordpress.org/support/users/ihereira/)
 * (@ihereira)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-featured-image-shortcode/#post-15489648)
 * Hello there,
 * Can you please check this similar [forum thread](https://wordpress.org/support/topic/remove-image-from-shortcode/)?
   Please take a look.
 * Let us know if this works in your case.
 *  [WP Native](https://wordpress.org/support/users/nazreenexe/)
 * (@nazreenexe)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-featured-image-shortcode/#post-15490328)
 * Hello [@username201701](https://wordpress.org/support/users/username201701/),
 * Try adding the below code on your theme’s functions.php. This will completely
   get rid of product images. Alternatively you can safely add with [this](https://wordpress.org/plugins/code-snippets/)
   plugin
 *     ```
       // Remove image from product pages
       remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images', 20 );
       ```
   
 * Check this out: [https://jilt.com/blog/remove-woocommerce-product-images/](https://jilt.com/blog/remove-woocommerce-product-images/)
 * Cheers!
    Naz.
 *  [Margaret S. woo-hc](https://wordpress.org/support/users/margaretwporg/)
 * (@margaretwporg)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-featured-image-shortcode/#post-15490845)
 * Hi [@username201701](https://wordpress.org/support/users/username201701/)
 * Just to add – here is a [guide](https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/)
   on how to use the Code Snippets plugin.
 * Should you require further help do let us know.
 * Thanks
 *  Thread Starter [username201701](https://wordpress.org/support/users/username201701/)
 * (@username201701)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-featured-image-shortcode/#post-15492754)
 * Thanks for your help. I see that it is not possible. I don’t want to remove all
   product images, only the image in one instance in which I’m using a shortcode
   to embed one product on an unrelated page.
 * For example, [product_page id=”99″ display_image=”false”] or something along 
   those lines. I’m not finding this solution anywhere online. I’ll try to find 
   a work-around.
 * I wonder if it’s possible to add this feature to future versions of WooCommerce?
   Or a premium extension?
 * Thanks again
 *  Plugin Support [Raif Deari](https://wordpress.org/support/users/rdeari/)
 * (@rdeari)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-featured-image-shortcode/#post-15494711)
 * Hi [@username201701](https://wordpress.org/support/users/username201701/) !
 * Can you please share the page where you want to remove the image & the exact 
   product you do not want to show the image for?
 * In case it is just one product we can use a small CSS snippet to target that 
   by the ID of the product and hide the image!
 * Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove Featured Image SHORTCODE’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 5 replies
 * 4 participants
 * Last reply from: [Raif Deari](https://wordpress.org/support/users/rdeari/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/remove-featured-image-shortcode/#post-15494711)
 * Status: resolved