How to display the featured image of a page in the page itself automatically in WordPress? [closed]
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . 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()