I'm trying to add a Featured Image to my theme but not for Posts or Pages - I've created a custom type called Properties (its for an estate agent), so how do I enable Featured Image, as it doesn't appear in the sceen options?
Hope someone can help,
$property = new Cuztom_Post_Type( 'Property', array(
'supports' => array('title', 'editor')
));
100% working this code
I appear to have solved my own question - see above
Probably this would help
This might help someone,