Featured Image On Page?

I want to use the assigned featured image on a page (not post).

I assume I have to create a ‘template’ and add it to my child theme files.

Any chance you could advise on ‘how’ to do this?

I’d like to do it to the ‘sidebar’ template in BB theme.

Thanks

Dave

Hi Dave,

The simplest method would be to create your page, add a featured image, set the template and then load up the Page Builder.

Once loaded, use the Post module and set the Content to use Pages and filter to that page. This is a much quicker and simpler way than having to create a template.

If you want to create a template, you will need to do so and use the the_post_thumbnail() function.

https://codex.wordpress.org/Post_Thumbnails

Thanks,
Danny