开发者 |
Big Sea
Soben |
---|---|
更新时间 | 2017年1月21日 00:17 |
捐献地址: | 去捐款 |
PHP版本: | 3.4.1 及以上 |
WordPress版本: | 4.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/coral-remote-images
directory, or install the plugin through the WordPress plugins screen directly.Yea, it might not. When we at Big Sea build websites locally, we tend to import the live database, and modify the URL for our local installs via PHP constants. If you do not do that, and modify the database, you can tell Coral Remote Images what the live URL is by setting:
define('BSD_CORAL_LIVE_URL', 'http://yourlivesiteURL.com');
Add this in your wp-config.php or theme's functions.php ... this is the location of your Wordpress install, not your site's root (if it varies)