Title: Saygona Multiregions
Author: Vladislav Kukonin
Published: <strong>August 25, 2026</strong>
Last modified: August 25, 2026

---

Search plugins

![](https://ps.w.org/saygona-multiregions/assets/icon-256x256.png?rev=3665687)

# Saygona Multiregions

 By [Vladislav Kukonin](https://profiles.wordpress.org/saygona/)

[Download](https://downloads.wordpress.org/plugin/saygona-multiregions.1.3.4.zip)

 * [Details](https://wordpress.org/plugins/saygona-multiregions/#description)
 * [Reviews](https://wordpress.org/plugins/saygona-multiregions/#reviews)
 *  [Installation](https://wordpress.org/plugins/saygona-multiregions/#installation)
 * [Development](https://wordpress.org/plugins/saygona-multiregions/#developers)

 [Support](https://wordpress.org/support/plugin/saygona-multiregions/)

## Description

Saygona Multiregions renders selected WordPress pages on regional subdomains. Content,
media and custom fields remain on the main site while regional values and safe internal
URLs are applied at runtime.

Features:

 * Unlimited regional subdomains; the main domain is not counted.
 * Regional values for city, phone, address and working hours.
 * The [saygona_mr_city] shortcode for the current city.
 * Selection of pages available on regional subdomains.
 * Regional canonical URLs, robots.txt and Yoast SEO sitemap filtering.
 * Posts, categories, tags and archives stay on the main domain to avoid duplicate
   blog content.
 * Emergency routing switch and diagnostics screen.

The plugin does not contact external services, track visitors, validate licenses,
or use a custom update server.

### Privacy

The plugin does not send visitor or site data to external services. Region values
are stored in the local WordPress database.

## Installation

 1. Install and activate the plugin on the main WordPress site. In Multisite, do not
    use network activation.
 2. Point each required subdomain to the same document root and configure DNS and SSL.
 3. In the WordPress admin menu, go to Cities Lite > Regions. Add the primary region
    and the required regional subdomains, then fill in their values.
 4. Open Settings, select the pages available on subdomains, and enable routing after
    testing one region.
 5. Add [saygona_mr_city] to content where the current city name should appear.

For a WordPress Multisite installation, copy the included sunrise.php to wp-content/
sunrise.php and add define( ‘SUNRISE’, true ); to wp-config.php. This adapter maps
enabled regional hosts to the main site’s content. A single-site installation normally
does not need this file when every host points to the same WordPress document root.

## FAQ

### Are pages copied into separate sites?

No. Selected pages are rendered from the main WordPress site on the enabled regional
host.

### Is the number of regions limited?

No. The plugin does not impose a region quota.

### Which shortcode is included?

The plugin registers [saygona_mr_city] for the current city name.

### Are blog posts copied to regional subdomains?

No. Posts, categories, tags, authors and archives stay on the main domain.

### Does the plugin contact an external server?

No. This version does not use license checks, GeoIP requests, analytics insertion,
telemetry, or a custom update client.

### How can routing be stopped immediately?

Add define( ‘SAYGONA_MR_DISABLE_ROUTING’, true ); to wp-config.php. The main site
continues to work while regional routing is disabled.

## Reviews

![](https://secure.gravatar.com/avatar/99480ed37e84419541bffae4b496fed230f1779d5a6c70d77436395a355a9a34?
s=60&d=retro&r=g)

### 󠀁[Работает!](https://wordpress.org/support/topic/%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%b0%d0%b5%d1%82-70/)󠁿

 [germes721](https://profiles.wordpress.org/germes721/) August 25, 2026

Отличный плагин. Идеален для поддоменов. Долго искал подходящий плагин, и оказывается
только этот и подходит.

 [ Read all 1 review ](https://wordpress.org/support/plugin/saygona-multiregions/reviews/)

## Contributors & Developers

“Saygona Multiregions” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Vladislav Kukonin ](https://profiles.wordpress.org/saygona/)

[Translate “Saygona Multiregions” into your language.](https://translate.wordpress.org/projects/wp-plugins/saygona-multiregions)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/saygona-multiregions/),
check out the [SVN repository](https://plugins.svn.wordpress.org/saygona-multiregions/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/saygona-multiregions/)
by [RSS](https://plugins.trac.wordpress.org/log/saygona-multiregions/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3.4

 * Removed an obsolete variable reference from the Slug field description.

#### 1.3.3

 * Displays enabled checkboxes as a solid blue square with a clear white checkmark.

#### 1.3.2

 * Corrected the top action button position in the WordPress administration layout.
 * Removed the remaining WordPress Core border around the regional card list.
 * Added a safe bundled-locale fallback for manually installed packages.

#### 1.3.1

 * Redesigned the region editor and region list to match the new responsive administration
   layout.
 * Improved field, card, button and mobile styles without changing plugin behavior.

#### 1.3.0

 * Replaced the former short internal prefix with the unique saygona_mr prefix.
 * Renamed the public city shortcode to [saygona_mr_city].
 * Added one-time migration for existing regional settings and database records.
 * Kept existing [sg_city] content working during the upgrade without registering
   the old shortcode globally.

#### 1.2.1

 * Corrected the installation instructions to use the plugin’s actual admin menu
   name.
 * Escaped regional values before inserting them into public titles and HTML content.
 * Removed bundled locale files in favor of translations managed by WordPress.org.

#### 1.2.0

 * Changed the source language to English and added standard WordPress localization
   support.
 * Added Russian translation files and a translation template.

#### 1.1.5

 * Kept only city, phone, address and working hours fields in the Lite interface.
 * Preserved previously stored values for a future upgrade to PRO.

#### 1.1.4

 * Preserved encoded non-Latin paths and query strings in regional redirects.

#### 1.1.3

 * Documented the required custom-table database queries so Plugin Check recognizes
   the intentional implementation.

#### 1.1.2

 * Added a select-all control for the regional page list.

#### 1.1.1

 * Fixed variable and shortcode replacement on the main domain when its matching
   region was not marked as primary.
 * A region matching the configured main domain is now automatically saved as primary.

#### 1.1.0

 * Removed the active region quota.
 * Kept one complete public shortcode: [sg_city].
 * Removed the limit popup and tracked upgrade link.
 * Updated the public documentation for WordPress.org requirements.
 * Preserved existing regional data and settings.

#### 1.0.10

 * Added an edition marker so regional robots.txt rules can be migrated safely.

## Meta

 *  Version **1.3.4**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 7.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 8.1 or higher **
 * Tags
 * [geotargeting](https://wordpress.org/plugins/tags/geotargeting/)[local seo](https://wordpress.org/plugins/tags/local-seo/)
   [subdomains](https://wordpress.org/plugins/tags/subdomains/)
 *  [Advanced View](https://wordpress.org/plugins/saygona-multiregions/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/saygona-multiregions/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/saygona-multiregions/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/saygona-multiregions/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/saygona-multiregions/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/saygona-multiregions/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/saygona-multiregions/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/saygona-multiregions/reviews/)

## Contributors

 *   [ Vladislav Kukonin ](https://profiles.wordpress.org/saygona/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/saygona-multiregions/)