Hi,
In page.php, try adding:
<?php if ( has_post_thumbnail() ) : ?>
<div class="post-format">
<div class="image-container">
<?php the_post_thumbnail('indite-large'); ?>
</div>
</div>
<?php endif; ?>
Where you want the featured image to show up.
Hey Alexander, glad to see your reply! Thanks, and I really appreciate it.
Based on your theme the ‘Featured Image’ in Posts requires a ‘Gallery’ post attribute, and a similar function (to choose the post attribute) is missing within the Pages function. Any suggestions to work around this?
I think because of this reason, I am currently not able to see the ‘Featured Image’ on the Page.
Edit: My apologies Alexander, I’m able to see the ‘featured image’ now.
-
This reply was modified 1 year, 1 month ago by
Bhooshan. Reason: Added an update to my previous entry