codehaven - php snippets - coding help
Generic filters
Exact matches only

Multiple featured images for blog posts

13th January 2022

Wordpress - Show

elementor

WordPress gives you only space for one featured image. If I wanted to added more featured images there is such a plugin for that. Configuring it is another job, that people read the specs but cant understand it. This is the problem with the way many plugins make it difficult to understand how to add to your website. I will show you a two step way to get this plugin working.

multiple featured images
multiple featured images

1. Install plugin. Multiple featured images plugin wordpress website
2. Add my code to the functions.php file of your WordPress webbsite.

DONE…

featured images
featured images

Now enter the Elementor Template for single posts

Find the block in the side by typing featured in the search bar, and drag to desired area.

featured2
featured2

The choose the selected image to show.

featured images 1
featured images 1

Hey presto – you now have multiple featured images.

Was this code snippet helpful?