WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by nathancarnes v1.0

MultiDomain

Allows multiple domains to be pointed at a single WordPress install with customization for each.

MultiDomain

The facts

Rating
4.3★ from 6
Active installs
300+
Price
Free
Last updated
28 Oct 2011
Added
Oct 2011
Requires WP
3.0
Tested up to
WP 3.2.3
Downloads
15,914

Our analysis

AI-assisted

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

  • Supports multiple domains and sub-domains
  • Maintains link integrity across domains
  • Allows customization of site title and description per domain
  • Includes shortcodes for content customization

Where it falls short

  • Last updated in October 2011
  • Tested only up to WordPress version 3.2.3
  • Basic configuration may not suit all users

Verdict

MultiDomain provides a straightforward solution for managing multiple domains, but its age and limited updates may be a concern for some users.

From the developer

nathancarnes's own description of MultiDomain, lightly tidied.

  • Point multiple domains/sub-domains at a single WordPress installation and maintain link integrity (i.e. if you’re on http://foo.com, links will be http://foo.com/bar, and if you’re http://baz.com links will be http://baz.com/bar)
  • Overwrite site title, description, or theme per domain
  • Customize content per domain using the [MultiDomain_if] and [MultiDomain_else] shortcodes

If you need more customization between domains, WordPress MU is a better option.

Configuration Examples

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.

Basic

In config.php:

<?php
  $domains = array(
    array(
      'domain' => 'myalternatedomain.com',
      'siteurl' => 'http://myalternatedomain.com',
      'home' => 'http://myalternatedomain.com'
    )
  );
?>

More Complex

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.

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for dating sites.

Duplicate Page

Duplicate Posts, Pages and Custom Posts easily using single click

Free 3M+ installs 4.8★ (465)
Happy Addons for Elementor

HappyAddons packs Header Footer Builder, Megamenu, Single Post, Archive Page, &amp; 500+ Ready Templates into...

Free 400k+ installs 4.8★ (487)
Metricool

Site metrics and social media analytics for Instagram, Facebook, YouTube, LinkedIn, X Twitter. The single best...

Free 80k+ installs 4.5★ (20)
Disable Admin Notices

Disable admin notices and hide dashboard notifications from plugins, themes and core. Hide all notices, select...

Free 100k+ installs 4.7★ (364)
PPWP

PPWP

86

Password protect WordPress pages and posts by user roles or with multiple passwords; protect your entire websi...

Free 30k+ installs 4.7★ (270)
SAML Single Sign On

SAML SSO (Single Sign On) for WordPress Login with Okta, Entra ID/Azure AD, GSuite, Salesforce &amp; All SAML...

Free 10k+ installs 4.9★ (396)