开发者 |
thoughtlabllc
lellimecnar |
---|---|
更新时间 | 2011年5月17日 07:28 |
PHP版本: | 2.0.2 及以上 |
WordPress版本: | 3.1 |
<?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>
new-url-mover
to the /wp-content/plugins/
directory