Tagged Questions
0
votes
0answers
74 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 ...
2
votes
1answer
468 views
What server settings are required to import WordPress XML file
I am trying to import my site using the WordPress import XML page. My XML file is 7mb so when I try to import it I receive a "500 Internal Server Error" page.
I read some other posts and tried using ...
2
votes
1answer
1k views
Create Posts using Import>RSS/WXR/XML and pass values to Custom Fields
My problem is simple. I need to make a lot of posts containing image url's for a "photo gallery" page. I've read up a lot on creating posts from RSS feeds and imports. I've been successful at creating ...