Pagecord Importer
This guide will show you how to import your Pagecord content into Pure Blog. The process is fairly simple and should only take a few minutes.
All the files mentioned below are available on GitHub.
Pagecord — Web UI
Original concept by David (justdaj).
Copy import_pagecord.php to your Pure Blog root, then visit:
https://yourblog.com/import_pagecord.php
You must be logged in to the Pure Blog admin.
Before you start
- Export your posts from Pagecord in Markdown format
- Create the folder
content/posts/import/in your Pure Blog install - Copy your exported
.mdfiles into that folder
The importer walks you through two steps:
- Preview — shows what will be imported, with warnings for unpublished posts and posts containing images
- Results — summary of what was imported
The search and tag indexes are rebuilt automatically.
What gets imported
- Title, slug, published date, tags, meta description, content
- Draft/published status
Images
Posts containing images are saved as draft by default so you can verify the image URLs are correct before publishing. There is an option on the preview screen to publish them immediately if you're confident the URLs are already right.
Note: Pagecord does not distinguish between posts and pages. After importing, check your dashboard and delete anything that should not be a post.