Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
WordPress Import
Is there any script that does a thorough Word Press import into TXP? I looked around but there seem to be only half-cooked solutions.
Offline
Re: WordPress Import
Can you export Wordpress to the Movable Type export format? If so, you can import using the Movable Type import script I wrote.
Offline
Re: WordPress Import
The only platform I know of that has a direct WordPress import is BLOG:CMS. Right now, you have to use one of the half-cooked solutions.
Offline
Re: WordPress Import
Ok, I’ll check out the WP to MT script. Thanks a lot.
Offline
Re: WordPress Import
i used this:
http://www.thedigeratipeninsula.org.uk/wp-import.phps
with relative ease. I only encountered issues with catagories and comments that were minor. Txp only allows 2 catagories per entry where wp doesn’t mind how many you assign do it made things difficult but it did keep the basic integrity and I had 1400 entries.Also, it defaults all the comments off for whatever reason.
other than that it looks great
hope that helps.
Offline
Re: WordPress Import
Thanks, jenniferg.
I haven’t worked with databases for long so I’m not yet very familiar with tools like phpMyAdmin. So here’s my question:
The script you named says it clears out the db so I’ll have to run it on an empty database. Is there a way I can subsequently add the rows of that imported database to my existing (and already populated) TXP database?
Offline
Re: WordPress Import
Andreas:
I was working with a blank txp database and from what i understand about that particular script, it erases the existing txp database.
sorry:/
Offline
Re: WordPress Import
I understand that it does. But could I first import into an empty database (which would have the same table layout as the TXP database, right?) and then simply “copy” the rows of each table and “paste” them at the end of my existing tables.
Is this possible?
Offline
#9 2006-02-13 17:22:14
- tomklaver
- New Member
- Registered: 2006-02-12
- Posts: 7
Re: WordPress Import
How do I install this script?
Offline
Re: WordPress Import
You needn’t. The latest TXP versions have WP and other import scripts built in.
In the admin interface, go to “Admin” > “Import”
Offline
#11 2006-02-13 19:54:21
- tomklaver
- New Member
- Registered: 2006-02-12
- Posts: 7
Re: WordPress Import
I just did that, but the permalinks aren’t working anymore: http://tom.macteens.com/
Do you know of a way to fix those?
Offline
Re: WordPress Import
TXP doesn’t support all the range of permalinks that WP does. You have to solve this with permanent redirects in .htaccess.
It seems you’ve only got a couple of artciles so I’d suggest you simply write a redirect permanent statement for each one:
Redirect permanent /your/old/WP/URL http://tom.macteens.com/article/1/bisshhh
If you’ve got more articles, you can use regular expressions and the Redirect match function of Apache:
RedirectMatch permanent /your/old/([^\.]+) /bar/$1
I’m not very familiar with the latter, so you’d have to bite your way through. RegExs are not just a slice of toast — at least not for me.
Offline
#13 2006-02-13 23:47:31
- tomklaver
- New Member
- Registered: 2006-02-12
- Posts: 7
Re: WordPress Import
Thank you. I just chose an other permalink style and they seem to be working. Don’t really feel like doing all the hassle, but thanks anyway.
Offline
Pages: 1