• No matter whether I select a Featured Image myself or let it auto generate from the first picture (which is what I’d prefer) I end up with TWO pics at the top of the post when published. I don’t need the pictures to duplicate, I just need ONE to show up in the thumbnails.

    What am I doing wrong? (I’m new to this theme and WordPress.org – used WordPress.com for several years and have changed over.)

    Thanks!

    ALSO – do I have to go to each post and update it to get it to auto generate (via the plugin) a thumbnail??

Viewing 1 replies (of 1 total)
  • alwayssmilefirst

    (@alwayssmilefirst)

    11 months ago and not one person has helped with this. They must be just learning as well. And your a step ahead of them by now.
    To fix the problem go to appearance then customize then custom css, add this

    .single-post .attachment-post-thumbnail {
      display: none;
    }

    Problem solved

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Image – doubling the pic in the post’ is closed to new replies.