🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
Pronamic Domain Mapping

Pronamic Domain Mapping

5/5 (1 ratings) 100 active installs Updated Feb 19, 2026
Domain Name pages overview

Domain Name pages overview

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