Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Alex King

    (@alexkingorg)

    The easiest thing to do is probably to disable the auto-output of Featured Images in your theme for these posts. Twitter Tools auto-appends the image by default and there is no filter to stop it at this time.

    I added this CSS to my theme/s styles.css:

    .format-status .attachment-post-thumbnail {
    display:none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image displayed twice’ is closed to new replies.