Thumbnail showing up in Posts list even with no Featured Image set

  • daviddoria

    #7830

    A few posts down on this page: http://daviddoria.com/woodworking/ you will see one called “Drying Rack” (linking to this post: http://daviddoria.com/drying-rack/ ). You will see that it has a thumbnail next to the text. However, when I edit the post, there is no Featured Image set. I have even selected a new featured image and then again chosen “Remove featured image”. There are no images included directly in the post (I am using a Google Albums plugin). My question is where is that image on the post list (what I’ll call the “featured image”) coming from, and how do I remove it?

    Thanks,

    David

    Anonymous

    #39501

    That is the first image uploaded to that post,

    Add this to Custom CSS to hide it.

    .category .post-1183 img {
    display: none;
    }

    daviddoria

    #39502

    So once you upload an image to a post, even if you remove it it will always act as the featured image? Is that ever desired behavior? There are currently no images in that post directly, so why would an old image be displayed? It seems awkward to have to add css to remove something that was added and then removed through the GUI, no?

    Thanks for your help,

    David

    Anonymous

    #39503

    Edit Post –> Add Media –> Media Library –> Uploaded to this post (dropdown). Select image and Delete Permanently.

    daviddoria

    #39504

    Got it – thanks Prasanna!

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.