Should write the following code in the template file
To get featured image in banner: <?php the_post_thumbnail();?>
To get title: <?php the_title();?>
To get content: <?php the_content();?>
Should write the following code in the template file
To get featured image in banner: <?php the_post_thumbnail();?>
To get title: <?php the_title();?>
To get content: <?php the_content();?>