內容簡介
使用 Pronamic Domain Mapping 外掛,您可以輕鬆地在您的主機解決方案使用的域名別名或指針上發布頁面,這樣您就可以在您擁有的額外域名上輕鬆地發布登陸頁面。
WordPress 網路
如果您使用的是 WordPress 網路並想啟用網域頁面,您需要在 /wp-content/sunrise.php 檔案中加入以下行。
$file = WP_CONTENT_DIR . '/plugins/pronamic-domain-mapping/sunrise.php';
if ( is_readable( $file ) ) {
include $file;
}
靈感來源
https://github.com/deniaz/wp-dms
https://github.com/humanmade/Mercator
外掛標籤
開發者團隊
原文外掛簡介
With the Pronamic Domain Mapping plugin you can easily publish a page on the domain aliases or pointers of your hosting solution. This way you can easily publish landing pages on the extra domain names you own.
WordPress Network
If you work with an WordPress Network and want to enable domain pages you have
to add the following line to your /wp-content/sunrise.php file.
$file = WP_CONTENT_DIR . '/plugins/pronamic-domain-mapping/sunrise.php';
if ( is_readable( $file ) ) {
include $file;
}
Inspiration
https://github.com/deniaz/wp-dms
https://github.com/humanmade/Mercator
