I’m using Bravada (free version) and I’d like to use featured images and would gladly add them manually to each post/page, but I can’t find the option on the right panel, nor does it show on the “Screen Options” at the top of “All Posts”/”All Pages”, even though I am the admin.
Even though I activated “Featured Images” and “Auto Select Image From Content”, not all posts get a thumbnail on the main blog page (which lists all posts), and the landing page’s posts preview only shows a grey camera image as a placeholder.
All posts and pages have at least 1 large image and I can’t find any clue in the documentation that suggests that this is a premium feature.
I tried adding this to functions.php to no avail:
add_theme_support(‘post-thumbnails’, array(
‘post’,
‘page’,
‘custom-post-type-name’,
));
The website itself is fairly simple, and I think this theme works really well, but this could be a deal breaker, as one gets the feeling that it “breaks” the website somewhat. It’s really strange to have those images missing.
Thank you in advance for your help.