I need to export all members from an ExpressionEngine site over to WordPress. How would I go about this? It seems like a daunting task to move them all over, including all their password etc. Any ideas on how to get started? It's fine if the users have to reset their password on logging into the new WordPress site if that's the case. I just can't get my head around it all...
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Here's a query that will give you results which use the column names and formats that you need for your
Run that query on your EE database, export the results (via phpMyAdmin or what-have-you), then import that into your Wordpress database. |
|||
|