Hi, I am having problems with the pinboard theme and a plugin called wp deals.
When adding a new deal there should be the Featured Image module to the right of the screen however it is not there. I thought this was a plugin problem at first however when testing with another theme the Featured Image is there again.
Can anyone else me with this?
In functions.php find this line:
add_theme_support( 'post-thumbnails', array( 'post' ) );
replace it with:
add_theme_support( 'post-thumbnails' );