>
Download This Plugin | |
Download Elegant Themes | |
Name | New URL Mover |
Version | 1.0 |
Author | ThoughtLab |
Rating | 0 |
Last updated | 2011-05-16 11:28:00 |
Downloads |
569
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
New URL Mover plugin added 3 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.
New URL Mover plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! New URL Mover plugin ads no tables to your Wordpress blog database.Sometimes you have to build a blog separately from the ain site, and then have to move the blog onto the main server. When you do, you have to update the database, which can be a pain. With this plugin, any time you navigate to the home page of your WordPress site, it will automatically check the location of your installation, and update the database for you if needed. It also adds a widget to your Dashboard to specify the url of your main site. We recommend, at the top of your functions.php file, that you add the following line: <?php define('ROOT_URL',get_option('ROOT_URL')); ?>
You can then echo out the 'ROOT_URL' constant anywhere you need to link to the main site. For example: <a href="<?php echo ROOT_URL; ?>/about">About Us</a>