There have been many posts on this subject and there are lots of plugins to help you do this. I personally use Backup Buddy to migrate sites, especially if I want to migrate a site in or out of a … Continue reading
Category Archives: Tips
WordPress Quick Tip - Is Page Downstream
Using WordPress conditional tags can be quite helpful when working within plugins or themes. For instance, within the loop, you might want to know if you are dealing with a specific page: if ( is_page(13) ) { //do some stuff … Continue reading