a development area (usually on a local server) where code or content changes can be tested without impacting the live or online site
0
votes
1answer
518 views
Most wp_nav_menu parameters ignored
I'm trying to get a text-based navigation menu for the footer of my site. I'm using the wp_nav_menu() parameters as directed by Codex. He're a snippet of code (in footer.php):
<div id="footer">
...
0
votes
3answers
306 views
Duplicate a Wordpress Install for Testing Purposes
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 ...
1
vote
1answer
187 views
I have a desktop and a laptop: What's the best way to move between local installations?
I'm running several Wordpress installs on my desktop machine using XAMPP. I would like to move them to my laptop as well. Can I simply copy the htdocs, mysql and phpMyAdmin directories to the ...