Hi, I cannot seem to set a featured image anymore. I have gone into screen options and it is not there - can you advise please?
Hello ! Please follow below image. If issue does not resolved please download and install a new theme. Thanks & Regards Pramod
I have installed the Aeolus Portfolio plugin and with it you can create a new post within it's menu to add a portfolio but there is no set feature image option. I have contacted their support and they say that I need to add the following code to the funtions.php file if(function_exists('add_theme_support')){ add_theme_support('post-thumbnails'); } I have added it to the bottom of the theme functions file but it doesn't work and I just get that text on every page. Can you advise please?
I have added it as per the following link http://pastie.org/10011622#17 but it still does not allow me to pick a featured image - any suggestions?
Hi, Replace the code PHP: if(function_exists('add_theme_support')){add_theme_support('post-thumbnails');} with Code: add_theme_support('post-thumbnails'); Thanks, Praveen