0
votes
0answers
72 views

How to convert a text file containing several posts to xml in order import them into Wordpress? [closed]

I have a text file that has a very simple structure like this: Title: This is title of post 1 Body: Here is the body Title: This is title of post 2 Body: Here is the body I would like to convert ...