Hi, We're using InkThemes and WooCommerce. Previously we were able to add a "featured image" to each product we created in WooCommerce, but this option has disappeared. Are you able to help? The website is http://normsfarms.com Thanks!
Hello, You have to add following code in inkthemes-functions.php file. PHP: add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’, ‘movie’, ‘product’ ) ); It will resolve your issue. Thanks & Regards Yogesh Bhade