Featured Image

Home Forums SKT Full Width Forum Featured Image

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #210873
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    I know it’s possible, because I have it set up on my pages. But I can’t remember how I did that in the first place (it has been a while)…

    How do I go about choosing a featured image (that appears on the homepage, etc), but subsequently doesn’t show when you click through to the full article?

    Thanks in advance!

    #210877
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Dave

    #210887
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    https://saudadesdeportugal.nl/

    I don’t want it for all (new) posts, just certain ones I choose.

    #210893
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly refer to our documentation on how to add featured images to pages 👇

    https://sktthemesdemo.net/documentation/#featured-image

    Regards,
    Dave

    #210897
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    But I don’t want to add featured images to pages… I know how to do that.

    I want to omit them on certain posts.

    Example post: https://saudadesdeportugal.nl/?p=94274&preview=1&_ppp=9ed840f073

    Where I don’t want the featured image to show. But it needs a featured image on the homepage, in categories, etc. Just not showing in te actual post.

    #210927
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    .single-post .attachment-post-thumbnail:nth-of-type(1) {
      display: none;
    }

    Regards,
    Dave

    #210930
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    Thank you!

    #210945
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Welcome 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.