Plugin to import/export wp_options

One great challenge that i can think of is creating that your import export system dynamic in a way that if you add another option here and there in your updates that you won’t have to go back to the export function and update it to export the new options as well, basically what I’m … Read more

WordPress blog clone.. wp-admin issue

Here’s 1 way to fix this. Add below inside Site2 wp-config.php: define(‘WP_SITEURL’, ‘http://Site2’); define(‘WP_HOME’, ‘http://Site2’); Once logged in, go to Settings > General and change WordPress address (URL), Site address (URL) to Site2. Then delete those 2 lines that you add inside wp-config.php.

How do I enable FTPS for WP / WP Clone use under Jessie?

Forget the tools, as you’re experiencing you don’t gain much by using them. Especially because moving WordPress isn’t really that hard to do, for starters take a look at the WordPress Codex article: »Moving WordPress«. Anything else or the details to that article you need to know are documented on here or on the net.