Please i need your help with the following.
The features images that i am setting for my pages are not getting displayed in the pages themselves. Is there any plugin or something i can do in order to let those featured images that i am setting for posts and pages to get displayed inside the corresponding entry?
Any suggestions are greatly appreciated!
Put:
<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail();
} ?>
in the template where you want the featured image to display.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With