• Resolved nwachnin

    (@nwachnin)


    Hi, for some reason my featured posts image is showing in each post twice. One large and one small directly below it. The image is not inserted into the post, only set as the featured image. How can I have the image only show once? Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you please post a link to a post that’s showing the problem? I’m not seeing it on my test site.

    Thanks.

    Thread Starter nwachnin

    (@nwachnin)

    I couldn’t figure out where that thumbnail is coming from, I tried changing any theme option that might have an effect and couldn’t duplicate the problem.

    What you might try is temporarily deactivating all of your plugins and see if that makes the thumbnail go away. If it does, you can then try reactivating them one-by-one to see which one is causing the problem.

    If that doesn’t help, you can add a CSS rule to hide that thumbnail. I wouldn’t be making changes to the theme’s style.css file. If the theme gets updated because of feature enhancements, bug fixes, or security patches, or if the theme has to be updated because of a change to the WordPress core, then your changes will be lost. Instead, either create a child theme or use a Custom CSS plugin like Jetpack or Custom CSS Manager. If you’re just making CSS changes, then using a CSS plugin is easier.

    Try adding this CSS rule:

    
    .attachment-post-thumbnail {
       display: none;
    }
    
    Thread Starter nwachnin

    (@nwachnin)

    Hi,

    I deactivated all of my plugins and this did the trick! I figured out it was the my plugin titled “Featured Image from URL” which I installed so that I could use images that were hosted on my own server, vs ones that I uploaded to wordpress. Now that this is in-active it is working fine. Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured image shows twice on posts’ is closed to new replies.