Import Blog Posts

Import from XML
Import multiple blog posts at once using XML format. Perfect for migrating content from other platforms.
XML Format Example
<posts>
    <post>
        <title>My First Imported Post</title>
        <content>This is the content of my post.</content>
    </post>
    <post>
        <title>Another Great Post</title>
        <content>More interesting content here.</content>
    </post>
</posts>
Features
  • Import multiple posts in one operation
  • Auto-generates slugs from titles
  • Posts are published immediately
  • Supports standard XML format