Please check whether you have selected "Featured image" option from screen option at the top right of your screen. Check image for reference.
Hello, I added the following in function.php add_theme_support( 'post-thumbnails', array('product', 'post') ); I feature image at the bottom right hand of the screen. Still no button in the post menu, which I prefer to have.
This issue is resolved in our current update, you can download theme from your members area, This will solve your issue.
Go to functions > inkthemes-functions.php present in your theme directory and remove the code given below Code: add_theme_support('post-thumbnails', array('post', 'game_listing')); set_post_thumbnail_size(250, 250, false); Sending image for reference This will solve your issue.
Thanks it worked great... will you be making this change in the original files so I don't have to keep editing this file every time there is an update. Thanks