Joomla To Wordpress PHP Script
- Create New Folder in WordPress Dir (like jwp)
- Add all files to this jwp folder
- Write Details to config.php file
- Type in Browser http://www.site-url-wordpress-dir/jwp/index.php.
- Click links one by one for best and correct results
Note that by default, the wp_users.display_name
column in the Wordpress database will contain the username. First name and last name will be stored in wp_usermeta
under the first_name
and last_name
keys respectively. You can change this behavior by editing the code before import.
Once users are imported, their Joomla password hash will be stored in the joomlapass
field in wp_usermeta
. Then, use this plugin to automatically check a user's password when he/she
logs in and if it matches the Joomla hash, insert the password in the Wordpress format (thus completing the conversion).
- Field in Joomla and Wordpress Can be change from time to time so you have to replace them as needed
- In wp-config.php on debug mode you will see any error that script is facing.
- Its Best to Place both Joomla and wordpress DB on localhost then run script there in wordpress dir
- I Used WPDP Wordpress DB Class you can use SQL also its simple.