The lovely “importing from other blogging software” and I are very old friends now. But no help. Zip. I can’t be the only one out here who is doing this from scratch.
To improve it, add a section on how to import from strictly HTML files. Answers need to be given to:
1. FORMAT – How should it look in order to be imported.
2. FIELDS – Which fields (HTML sections, DIVs) are imported (like content, author, etc. If there are comments, which a lot of HTML pages don’t have, then how to include those. Meta Tags are NOT imported, though they should be (especially descriptions and keywords!) and they need to know that in order to remove them)
3. QUOTES – Are quotes ignored within a section, such as the BODY as they would be if the information was posted directly? Do they need to be changed to ‘ or ” or left alone?
4. SYTLES and CSS – I have pages with multiple style sheets unique to that page as well as the very occassional embedded style [<p style="border:solid 1px blue; padding:5px">
] and will those work and how to deal with them?
5. HTML – Does the HTML within the content have to be stripped or can it remain? For instance, I have boxes with information and examples relating to the content. And what about <p>
? Or must this be STATICIZED or whatever that is called?
6. WHICH FORMAT IS BEST? Is the MT format the best one to follow for converting the information into a format for importing?
7. XML – Can the code stay in HTML or must it be in XML form before importing (with all the <br>
changed to
?
Oh, I’ll have more….I’m sure. I’m making a huge step-by-step agony list as I go. There are a lot of compromises that have to be made when making the conversion from static HTML pages to WordPress as much of the info must be lost like Meta Tags, but I don’t want to compromise on code within my content, and this is what I’m agonizing over.
I’m desperate. I’ve been poking at this and leaving it and me with bloody sores for three weeks. I’m now just plowing through with little or no information – trial by fire. I really can’t be the ONLY person who has converted HTML for import into WordPress.
Thanks for the help.
Oh, PS: I’ve read how some people have made the RSS import work for them, but what is it? What format does it need? All my questions still apply and the importing page doesn’t give any specifics.