I want to test some plugins on my WordPress site. However, I do not want to mess anything up. Is there a way to duplicate my WordPress site to a new directory so that I can test plugins there before I push them to the main site?
Leave a Reply
You must be logged in to post a comment.
I sometimes use this plugin
http://wordpress.org/extend/plugins/duplicator/
it works pretty well if your server enviroment meets it’s requirements.
Otherwise, it’s the good ole, mysql dump route that the other guys explained.
Another Method would be to use WAMP (assuming your using a PC). For this method follow these instructions:
The only thing that might be an issue for you if you choose this method would be that some things may function a little different on your localhost rather than a web hosted site. There are things you can do to improve the local hosted WP like enabling permalink structure. There are plenty of helpful articles if you get hung up along the way, or you can post any questions here and I’ll try to help you out.
Good Luck.
You can do this a few different ways. If you are using a hosted server:
wp_comments
” to the top of page and save the file, then import it.