Skip to content

Instantly share code, notes, and snippets.

@foozlereducer
Created November 1, 2017 18:00
Show Gist options
  • Save foozlereducer/7229d6f04aaae45c9f565d09dfcfddac to your computer and use it in GitHub Desktop.
Save foozlereducer/7229d6f04aaae45c9f565d09dfcfddac to your computer and use it in GitHub Desktop.
Featured Image Missing From <media> block
<enclosure url=“https://nationalpostcom.files.wordpress.com/2017/11/highway_400_fatal_20171101.jpg” type=“image”></enclosure>
to become this:
<enclosure url=“https://nationalpostcom.files.wordpress.com/2017/11/highway_400_fatal_20171101.jpg” type=“image”></enclosure>
<media:content medium=“image” url=“https://nationalpostcom.files.wordpress.com/2017/11/highway_400_fatal_20171101-1.jpg?w=640" height=“480” width=“640">
<media:title type=“plain”> A multi-vehicle crash north of Toronto had commuters running for their lives after fuel on the highway ignited, police said on Wednesday, November 1, 2017.</media:title>
<media:credit role=“photographer” schema=“urn:ebu”>THE CANADIAN PRESS/Christopher Katsarov</media:credit>
</media:content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment