• Whenever I set a featured image on a blogpost, a second thumbnail image appears above it.

    You can see here on the WTF: Pacific Rim post

    https://www.citationneeded.biz

    How do I stop this from happening, all I want is a featured image and no thumbnail above it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It appears the small 150x150px-image is the Featured Image (thumbnail) and the other the attachment image.

    The first or second image should be removed from the code that generates this html:

    <div class="post-comment">
    <img class="alignleft wp-post-image" width="150" height="150" alt="rim" src="https://citationneeded.biz/wp/wp-content/uploads/2013/07/rim-150x150.jpg">
    <img class="attachment-index-categories wp-post-image" width="868" height="318" alt="rim" src="https://citationneeded.biz/wp/wp-content/uploads/2013/07/rim.jpg">
    <p>        WTF: Pacific Rim</p>
    </div>
    Thread Starter Mat_P

    (@mat_p)

    Where would this code be located.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured image and thumbnail’ is closed to new replies.