Skip to content

Instantly share code, notes, and snippets.

@GreenTurtwig
Created April 27, 2017 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GreenTurtwig/c620694b82945067a60897dc0a4cf9b1 to your computer and use it in GitHub Desktop.
Save GreenTurtwig/c620694b82945067a60897dc0a4cf9b1 to your computer and use it in GitHub Desktop.
Medium migration template / Set older date on story
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"
xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:wp="http://wordpress.org/export/1.2/"
>
<channel>
<wp:wxr_version>1.2</wp:wxr_version>
<item>
<title>Enter title here!</title>
<pubDate>Wed, 18 May 2016 11:00:00 GMT</pubDate>
<content:encoded>Enter your post's test here!</content:encoded>
<wp:status>publish</wp:status>
<wp:post_type>post</wp:post_type>
</item>
<item>
<title>This is a second post, with an older date!</title>
<pubDate>Tue, 03 May 2016 11:00:00 GMT</pubDate>
<content:encoded>Post text goes here!</content:encoded>
<wp:status>publish</wp:status>
<wp:post_type>post</wp:post_type>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment