Yes. You would have to display all the images, and allow the visitor to click on one. You can replace radio buttons with images and have them click the image, and then you can use the path to that image in your post, as the featured image. The radio button label supports HTML so you can insert the <img> tag there. You will have to do some work with the layout, maybe in a grid.
I replaced radio buttons with images here:
http://gravity.chrishajer.com/country-of-origin/
Or, you could do something similar with conditional logic. Have your drop down of descriptive names for the images, and when they make the drop down selection, you use conditional logic to display the image over to the side.
I use a radio button choice here to trigger conditional logic to display an image. The images in this example are all in individual HTML blocks.
http://gravity.chrishajer.com/different-image-for-each-radio-button-selection/
The process would be similar with a drop down.
Posted 11 years ago on Tuesday March 5, 2013 |
Permalink