Advertisement
Howdy. For years I've been hard coding/HTML coding all my entries and I'm tired of it. I've just learned how to set up a database and all that good stuff with ease and help of Dreamhost. I'm redesigning everything and almost everything is going fine...
*BUT*
I now have to go back to 2002 and figure out a way of importing plain HTML into a WordPress database.
Any suggestions or help would be appreciated!
Thanks,
Drub
www.drubskin.com/blogger.html (currently)
*BUT*
I now have to go back to 2002 and figure out a way of importing plain HTML into a WordPress database.
Any suggestions or help would be appreciated!
Thanks,
Drub
www.drubskin.com/blogger.html (currently)
posted by:
|
|
Unsubscribed |
Advertisement
Advertisement
-
Re: WordPress Help
Fri, December 16, 2005 - 1:51 PMyou know, i bet someone on the DIY tribe would know. have you tried posting there? do-it-yourself.tribe.net -
-
Unsu...
Re: WordPress Help
Fri, December 16, 2005 - 6:08 PMI will try that. Thanks.
Right now, I'm importing the entries, one at a time... it's kind of like playing Tetris for 8 hours straight. You start to look at things differently when you get up from doing it. Kinda disturbing... ;P
-
-
Unsu...
Re: WordPress Help
Wed, December 21, 2005 - 2:49 AMi had to do this earlier this year, imported a bunch of entries from a hand-coded journal site i kept 2001-2003. i really can't remember specifically what i did, i kinda monkey-wrenched it and eventually figured it out, but the basic jist:
your wordpress database is mysql. your database can output as mysql, but also as a csv file, which translates to excel and basic text. if you have a pre-existing wordpress site, export your database as mysql (see wordpress.org, i think the "how to backup your database" is linked off the download page), and open it up in a text application, so you can see what it looks like. if you are extremely anal-retentive, you could, theoretically, using word, condense all of your entries into one document and format so that it'd be acceptable as a mysql import. i did, honestly, do this, but i can't tell you how i did it, or if how much time it took to format the import document was worth it.
i know this doesn't necessarily help you, but it does show you one possible way to look at it. there may be much more efficient and brilliant ways to do this.
a caveat: if you are going to play around with your database, do it with a dummy. or, backup your real one, make sure it's safely recorded somewhere, then play. -
-
Unsu...
Re: WordPress Help
Wed, December 21, 2005 - 8:46 AMI was wondering if you could do that. I might try it just to see if I can swing it.
Did it bork any of your code and did you have to go back and tweek anything after you re-imported the file?
-
