Mô tả
This plugin helps you find sub-sites in the My Sites dropdown on large WordPress multisite installations. It sorts sites alphabetically and allows you to filter as you type.
This plugin was forked from code by Kailey Lampert and Eric Juden.
Please submit issues before giving a negative rating so I have the opportunity to fix them. Thank you.
GitHub repo: https://github.com/cloudverve/my-sites-sort-filter
Requirements
- WordPress 4.7 or higher
- PHP 5.4 or higher
- WordPress Multisite
Features
- Sorts My Sites list alphabetically
- Adds a filter-as-you-type search input to the My Sites dropdown
- Supports multiple color schemes (including Dark Mode)
GDPR Safe
This plugin does not use or track any user data, either from visitors or users of WP Admin.
Ảnh màn hình
Cài đặt
- Simply download, install and activate.
Once activated, it automatically sorts sites and adds a filter search input. No configuration needed.
Hỏi đáp
- Can I change the number of sites that triggers the filter search input to appear?
-
By default, the filter search field appears when there are greater than 10 sites in your My Sites list. To change this, you can define the following constant in wp-config.php (replace 5 with the number of your choice):
define( 'MSSF_MINIMUM_SITES', 5 );
Đánh giá
Người đóng góp & Lập trình viên
“My Sites Sort and Filter” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“My Sites Sort and Filter” đã được dịch qua 1 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “My Sites Sort and Filter” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.1.1
- Updated dependencies
- Bumped WordPress compatibility to 5.0
1.1.0
- Added Russian translations
- Added missing string translations for other languages
- Reduced minimum requirements to PHP 5.4 and WordPress 4.7
1.0.0
- Initial release