Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25680

    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.

    #127837

    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

    #127838

    Thanks Ismael, that’s a good workaround…changed my thinking, much appreciated.

    cheers

    Darryl

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enable a different Blog preview image’ is closed to new replies.