Viewing 2 replies - 1 through 2 (of 2 total)
  • My plugin doesn’t do anything to the website itself, it only adds the image to the RSS feed, which explains why the extra image is still there when you deactivate the plugin. That is part of your theme, and there’s usually an option to display the Featured Image or not. Or, you may have to have the theme customized to hide the featured image.

    On your site, you can add this CSS somewhere, either in a custom CSS section, or in the theme’s style.css (but that’s bad practice, as it would be overwritten by any theme updates).

    .post-header .featured {
    display: none;
    }

    Thread Starter Karachista

    (@karachista)

    Thanks for your response. I tried that but it didn’t work. The extra image only appeared once I activated the plugin once so not sure what exactly happened.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My featured image ends up at the top of my post on the blog, not only on the RSS’ is closed to new replies.