Search for: Search Featured Image for Pages Viewing 4 posts - 1 through 4 (of 4 total) February 23, 2013 at 8:25 am February 23, 2013 #12987 graysbParticipant Is it possible to have a featured image for pages? I am using the full-width template and want to include a header image. I don’t want to create the pages as posts. February 23, 2013 at 9:29 am February 23, 2013 #12990 Daniel TaraKeymaster In functions.php if you replace this line: add_theme_support( 'post-thumbnails', array( 'post' ) ); with this: add_theme_support( 'post-thumbnails' ); You’ll be able to add featured images to pages but you’ll still need to edit the template to display them. February 23, 2013 at 10:17 am February 23, 2013 #12994 graysbParticipant Thanks Daniel. What code do I need to insert into the template itself to enable the display of the images? February 23, 2013 at 2:42 pm February 23, 2013 #12997 Daniel TaraKeymaster the function that inserts thumbnails is the_post_thumbnail(); look how it’s done in content.php and replicate it in page.php Viewing 4 posts - 1 through 4 (of 4 total) Tagged: header image, pages You must be logged in to reply to this topic.