Woocommerce - Lost Featured Image

Discussion in 'Infoway WordPress Theme' started by elenhardt, Dec 28, 2014.

  1. elenhardt

    elenhardt New Member

    Joined:
    Nov 25, 2012
    Messages:
    18
    Likes Received:
    0
    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!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     

Share This Page