Pronamic Domain Mapping
The Pronamic Domain Mapping plugin allows you to map domains to custom domain name pages.
The facts
- Rating
- 5★ from 1
- Active installs
- 100+
- Price
- Free
- Last updated
- 18 Aug 2026
- Added
- Mar 2013
- Requires WP
- 3.2
- Tested up to
- WP 6.9.7
- Requires PHP
- 8.2
- Downloads
- 13,730
Our analysis
AI-assistedPronamic Domain Mapping is a WordPress plugin that allows you to publish pages on domain aliases or pointers associated with your hosting solution. This enables you to create landing pages on additional domain names you own.
The plugin is particularly useful for those managing a WordPress Network, as it provides specific instructions for enabling domain pages through modifications to the sunrise.php file.
Best for: This plugin is suited for users who need to manage multiple domain names within a WordPress Network.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Allows publishing on multiple domain aliases
- ✓Suitable for WordPress Network setups
Where it falls short
- •Limited information on additional features or support
- •Requires manual configuration for WordPress Network
Verdict
Pronamic Domain Mapping provides a straightforward solution for publishing content across multiple domains, but its setup may require some technical knowledge.
From the developer
Pronamic's own description of Pronamic Domain Mapping, lightly tidied.
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