Creating Wordpress posts from a database

Status
Not open for further replies.

larrybn

Serious Member
Aug 2, 2008
734
9
0
Is there a simple scvript/plug-in to import the contents of a database and turn it into posts? Basically kinda turn a normal database into one that works with wordpress, (ie. the column names are different and omse columns are merged etc.). Nothing fancy needed.

we_live_together_-_happy_trail_011.jpg


Thanks in advance
 


I'm sort of doing that; I wrote an xmlrpc client to post to a wordpress blog, added a column to the table for "wp_status int(1) not null default 0" and I select one from the database, xmlrpc it to the blog, update the database.

It's a little more involved than that but not much :)
 
Status
Not open for further replies.