• Resolved melgoldstone

    (@melgoldstone)


    Hello,
    I am trying to pull through the images into a gallery in my single post layout, but I don’t want the featured image to appear in the gallery. Any suggestions as to what the short code would be to do that?
    I am using Beaver Builder and Beaver Themer to create the layout.
    Thanks!
    Mel

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Paolo

    (@paoltaia)

    Hi Mel,

    I checked if there was an easy way to do this, but I think it can only be done via CSS.

    Because the featured image is always the 1st, this should give you the desired result:

    .geodir-post-slider .card.m-0.mb-3.p-0.overflow-hidden:nth-child(1) {
        display: none;
    }

    If this is not a viable solution for you, I’ll ask the developers to check if we have a filter to do that and to provide a code snippet.

    Let me know what you prefer.

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Display images – not featured images’ is closed to new replies.