Tagged Questions
5
votes
3answers
330 views
Export all posts as individual plain txt files
I wish to export all of my posts as individual plain text files. So, the format may be something like:
title.txt
Title: title
Pub date: date
Category: cat
Lorem ipsum dolor sit amet, ...
0
votes
2answers
646 views
export individual posts to text files or a single csv file
I'd like to export my blog posts to plain text files so I can version control and update them using emacs org-mode via the org2blog package. However, I'm unfamiliar with SQL and the wordpress ...