When I choose "Featured Image" from the WP page to insert an image. It shows it fine in the box, but when you preview the page. Nothing shows up. Does Roadfighter not use the default WP featured image section? If I want an image to appear on my page, I just have to use the INSERT MEDIA button. What I wanted was a full size image to fill the top of the page similar to home page but not as large.
Hello, For this add code given below in the "page.php" and "template-fullwidth.php" As shown in the image. Code: <?php if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail(); } ?>