Duplicate Posts, Pages and Custom Posts easily using single click
Allows multiple domains to be pointed at a single WordPress install with customization for each.
MultiDomain is a WordPress plugin that allows you to point multiple domains or sub-domains to a single WordPress installation while maintaining link integrity. This means that links will reflect the domain being used, ensuring that users see the correct URLs based on their entry point.
The plugin also enables you to overwrite the site title, description, or theme for each domain and customize content using specific shortcodes. It is suitable for users who need to manage multiple domains from one WordPress site, although more complex customization may require WordPress MU.
Best for: This plugin is best for users managing multiple domains from a single WordPress installation.
What it does well
Where it falls short
MultiDomain provides a straightforward solution for managing multiple domains, but its age and limited updates may be a concern for some users.
nathancarnes's own description of MultiDomain, lightly tidied.
If you need more customization between domains, WordPress MU is a better option.
Note that you usually won’t need to configure your primary domain — MultiDomain will automatically fall back to your WordPress defaults if not configuration is present for a domain.
In config.php:
<?php
$domains = array(
array(
'domain' => 'myalternatedomain.com',
'siteurl' => 'http://myalternatedomain.com',
'home' => 'http://myalternatedomain.com'
)
);
?>
In config.php:
<?php
$domains = array(
array(
'domain' => 'example1.com',
'siteurl' => 'http://example1.com',
'home' => 'http://example1.com'
),
array(
'domain' => 'example2.com',
'siteurl' => 'http://example2.com',
'home' => 'http://example2.com',
'blogname' => 'Example 2'
),
array(
'domain' => 'example3.com',
'siteurl' => 'http://example3.com',
'home' => 'http://example3.com',
'template' => 'twentyten',
'blogname' => 'I have a different name...',
'blogdescription' => '..and description'
)
);
?><h3>Tag Usage</h3>
The provided short codes let you tailor your content per domain if needed. [MultiDomain_else] and [MultiDomain_default] are identical.
[MultiDomain_if domain="example1.com"]
Content only people visiting on example1.com will see.
[/MultiDomain_if]
[MultiDomain_else]
Content anyone visiting on any other domain will see.
[/MultiDomain_else]
Normal content everyone will see.
Other plugins for dating sites.
Duplicate Posts, Pages and Custom Posts easily using single click
HappyAddons packs Header Footer Builder, Megamenu, Single Post, Archive Page, & 500+ Ready Templates into...
Site metrics and social media analytics for Instagram, Facebook, YouTube, LinkedIn, X Twitter. The single best...
Disable admin notices and hide dashboard notifications from plugins, themes and core. Hide all notices, select...
Password protect WordPress pages and posts by user roles or with multiple passwords; protect your entire websi...
SAML SSO (Single Sign On) for WordPress Login with Okta, Entra ID/Azure AD, GSuite, Salesforce & All SAML...