Title: MultiSyde
Author: Syde
Published: <strong>2025 年 6 月 5 日</strong>
Last modified: 2025 年 12 月 9 日

---

搜尋外掛

![](https://ps.w.org/multisyde/assets/banner-772x250.png?rev=3316891)

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

# MultiSyde

 由 [Syde](https://profiles.wordpress.org/syde/) 開發

[下載](https://downloads.wordpress.org/plugin/multisyde.1.2.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/multisyde/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/multisyde/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/multisyde/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/multisyde/#developers)

 [技術支援](https://wordpress.org/support/plugin/multisyde/)

## 外掛說明

MultiSyde enhances the WordPress Multisite experience by addressing common usability
challenges and streamlining network administration tasks. Developed by [Syde](https://profiles.wordpress.org/syde/)
as both a practical tool and proof-of-concept for potential WordPress core improvements,
with a focus on Multisite.

The plugin targets WordPress Multisite network administrators, developers, and organizations
managing multiple WordPress sites. It focuses on targeted, high-impact enhancements
rather than attempting to solve all Multisite challenges at once.

MultiSyde follows a modular architecture where each feature addresses specific pain
points identified in [WordPress Trac tickets](https://core.trac.wordpress.org/tickets/active/)
and community feedback. The plugin is actively developed and welcomes community 
contributions via the [GitHub repository](https://github.com/inpsyde/multisyde/).
See the FAQ for more details on how to contribute.

### Features

**Enhanced Site Retrieval** – New `get_site_by()` utility function for easier site
lookups by ID, slug, domain, path, or URL (addresses Trac [#40180](https://core.trac.wordpress.org/ticket/40180/))

**Last User Login Tracking** – Adds “Last Login” column to Network Admin Users screen
with automatic timestamp recording (addresses MultiSyde GitHub issue [#11](https://github.com/inpsyde/multisyde/issues/11/))

**Site Active Plugins** – See which plugins are active on each site, with bulk deactivation
across subsites (addresses Trac [#53255](https://core.trac.wordpress.org/ticket/53255/))

**Site Active Theme** – Displays the active theme for each site in the Network Admin
dashboard, making it easier to manage themes across the network (addresses Trac 
[#56458](https://core.trac.wordpress.org/ticket/56458/))

**Permalink Cleanup** – Automatically removes the `/blog` prefix from the main site’s
permalink structure in multisite networks for cleaner URLs (addresses GitHub issue
[#24](https://github.com/inpsyde/multisyde/issues/24))

The feature set continues to expand based on community contributions and real-world
needs.

## 螢幕擷圖

 * [[
 * MultiSyde overview page in Network Admin dashboard
 * [[
 * Enhanced user management interface with Last Login column
 * [[
 * Site Active Plugins management with bulk deactivation modal
 * [[
 * Advanced site retrieval using get_site_by() function
 * [[
 * Site Active Theme feature in site management dashboard

## 安裝方式

**Important:** This plugin requires a WordPress Multisite installation and must 
be network activated.

#### Automatic Installation

 1. Go to Network Admin  Plugins  Add New
 2. Search for “MultiSyde”
 3. Click “Install Now” then “Network Activate”

#### Manual Installation

 1. Download the plugin ZIP file
 2. Upload to `/wp-content/plugins/` and extract
 3. Go to Network Admin  Plugins
 4. Network Activate “MultiSyde”

#### Development Installation

 1. Clone the repository: `git clone https://github.com/inpsyde/multisyde/ /wp-content/
    plugins/multisyde`
 2. Install dependencies: `composer install`
 3. Network activate the plugin

**Requirements:** WordPress 6.8+, PHP 7.4+, Multisite installation

## 常見問題集

### What is the purpose of this plugin?

MultiSyde explores and demonstrates practical improvements to the WordPress Multisite
experience. It provides focused solutions that enhance usability, transparency, 
and network management efficiency for administrators and developers.

### What is WordPress Multisite?

WordPress Multisite is a core feature that allows you to run multiple WordPress 
sites from a single WordPress installation. It’s ideal for organizations managing
multiple websites, educational institutions, or businesses with separate sites for
different departments or locations. MultiSyde specifically enhances the network 
administration experience for Multisite installations. The [Before You Create A Network](https://developer.wordpress.org/advanced-administration/multisite/prepare-network/)
document outlines some requirements to consider before you begin [creating a multisite network](https://developer.wordpress.org/advanced-administration/multisite/create-network/).

### How does it improve my WordPress Multisite experience?

The plugin provides targeted enhancements to solve common challenges, including:
–
Better visibility into which plugins are active across your network sites – Easier
site lookup and management with the new `get_site_by()` function – User login tracking
to monitor network activity – Streamlined bulk operations for plugin management

Each feature is designed to solve specific challenges that Multisite administrators
commonly encounter.

### Is this plugin ready for production use?

MultiSyde is functional but also serves as a proof-of-concept and exploration tool.
It’s designed to demonstrate potential improvements and gather community feedback.
Use in production environments should be carefully evaluated based on your specific
needs and risk tolerance.

### How can I contribute to the project?

We welcome contributions! You can:
 – Report bugs and issues on [GitHub Issues](https://github.com/inpsyde/multisyde/issues/)–
Suggest new features or improvements – Submit pull requests with code improvements–
Improve documentation – Test the plugin in different environments

Visit our [GitHub repository](https://github.com/inpsyde/multisyde/) for detailed
contribution guidelines and development setup instructions in [CONTRIBUTING.md](https://github.com/inpsyde/multisyde/blob/main/CONTRIBUTING.md).

### How do I report bugs or request features?

Please visit our [GitHub repository](https://github.com/inpsyde/multisyde/) to:
–
Report bugs using our [issue tracker](https://github.com/inpsyde/multisyde/issues/)–
Request new features – View existing issues and discussions – Access detailed documentation

### Where can I find documentation for each feature?

Comprehensive documentation for each module is available in the plugin and the [GitHub repository](https://github.com/inpsyde/multisyde/).
Each feature includes detailed documentation explaining its purpose, functionality,
and customization options.

### Can I customize or extend the plugin?

Yes! MultiSyde uses a modular architecture that makes customization straightforward.
Developers can:
 – Modify existing modules – Create new enhancement modules – Integrate
with existing Multisite workflows – Extend functionality through hooks and filters

See our [contribution guidelines](https://github.com/inpsyde/multisyde/blob/main/CONTRIBUTING.md)
and [feature description](https://github.com/inpsyde/multisyde/blob/main/modules/README.md)
for detailed guidance on customization and extension.

### What’s the development philosophy behind MultiSyde?

MultiSyde follows these key principles:
 – Focused enhancements that solve real-
world pain points – Self-contained modules that can be independently evaluated –
Practical improvements that demonstrate potential for WordPress core integration–
Community-driven development with open contribution guidelines

### How does MultiSyde relate to WordPress core development?

Many features in MultiSyde address specific WordPress Trac tickets, serving as working
examples of potential core improvements. The plugin acts as a testing ground for
enhancements that could eventually be proposed for WordPress core inclusion.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈MultiSyde〉的開發相關工作。

參與者

 *   [ Syde ](https://profiles.wordpress.org/syde/)
 *   [ Dennis Ploetner ](https://profiles.wordpress.org/realloc/)

〈MultiSyde〉外掛目前已有 2 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/multisyde/contributors)
為這個外掛做出的貢獻。

[將〈MultiSyde〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/multisyde)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/multisyde/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/multisyde/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/multisyde/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/multisyde/)。

## 變更記錄

#### 1.2.0

 * Enhancement: Added [Permalink Cleanup](https://github.com/inpsyde/multisyde/blob/main/modules/PermalinkCleanup/README.md)
   to automatically remove the `/blog` prefix from the main site’s permalink structure
   in multisite networks.

#### 1.1.1

 * MultiSyde is now network-wide activatable only.

#### 1.1.0

 * Enhancement: Added [Site Active Theme](https://github.com/inpsyde/multisyde/blob/main/modules/SiteActiveTheme/README.md)
   in site management dashboard.

#### 1.0.1

 * Enhancement: [Site Active Plugins](https://github.com/inpsyde/multisyde/blob/main/modules/SiteActivePlugins/README.md)–
   Added a filter to allow other plugins to modify the list of active plugins on
   a site.

#### 1.0.0

 * Initial release.
 * Added Site Active Plugins feature with bulk deactivation.
 * Added Enhanced Site Retrieval with `get_site_by()` function.
 * Added Last User Login tracking in Network Admin.
 * Established a modular architecture for extensibility.

## 中繼資料

 *  版本 **1.2.0**
 *  最後更新 **5 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/multisyde/)、[German](https://de.wordpress.org/plugins/multisyde/)、
   及 [Italian](https://it.wordpress.org/plugins/multisyde/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/multisyde)
 * 標籤:
 * [Admin Tools](https://tw.wordpress.org/plugins/tags/admin-tools/)[enhancements](https://tw.wordpress.org/plugins/tags/enhancements/)
   [multisite](https://tw.wordpress.org/plugins/tags/multisite/)[network admin](https://tw.wordpress.org/plugins/tags/network-admin/)
   [usability](https://tw.wordpress.org/plugins/tags/usability/)
 *  [進階檢視](https://tw.wordpress.org/plugins/multisyde/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/multisyde/reviews/)

## 參與者

 *   [ Syde ](https://profiles.wordpress.org/syde/)
 *   [ Dennis Ploetner ](https://profiles.wordpress.org/realloc/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/multisyde/)