Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Featured Images Missing with WooCommerce Plugin › Reply To: Featured Images Missing with WooCommerce Plugin
June 21, 2013 at 6:14 pm
#996

Keymaster
Henman – I think he changed the code
add_theme_support('post-thumbnails', array('post', 'page', 'portfolio', 'showcase_slide'));
to include ‘product’ custom post type from woocommerce –
add_theme_support('post-thumbnails', array('post', 'page', 'portfolio', 'showcase_slide', 'product'));