How can I add a featured image to a page?
Eek! A 33% acceptance rate isn’t really going to do you any favours but lucky for you WordPress’ in-built post-thumbnail featured image functionality works for posts, custom post types and pages too. Add the following line into your theme functions.php file: add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’ ) ); Then in your page.php file and I … Read more