Medium / medium-wordpress-plugin

The official WordPress plugin for cross-posting to Medium.
https://medium.com
Apache License 2.0
210 stars 40 forks source link

duplicate images if <img> in post content, and also set as featured image #81

Closed huckphin closed 8 years ago

huckphin commented 8 years ago

Since 1.3.0, featured images are pulled into posts automatically. If an is at the top of the post content, the resulting Medium post has duplicate images, which is not the intention in almost all cases.

The WordPress plugin should inspect the post content for a starting tag, and if there is a starting tag, the featured image should not be pulled in, even if the featured image is set.