Does anyone know how I can load an entirely different Blog preview image?
For example, i’d like to show one chocolate as the small blog preview image, but then the whole chocolate box as the main post image.
Hi,
The only option for the blog preview image is the Set Featured Media. You can choose not to show the featured post on single preview with this CSS.
.single .big-preview.single-big {
display: none;
}
Then add the main post image via “Add Media” on the post editor.
Regards,
Ismael
Thanks Ismael, that’s a good workaround…changed my thinking, much appreciated.
cheers
Darryl