You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This plugin was forked from code by [Kailey Lampert](https://github.com/trepmal/
23
23
24
24
- Sorts My Sites list alphabetically
25
25
- Adds a filter-as-you-type search input to the My Sites dropdown
26
-
- Supports multiple color scheme (including [Dark Mode](https://wordpress.org/plugins/dark-mode/))
26
+
- Supports multiple color schemes (including [Dark Mode](https://wordpress.org/plugins/dark-mode/))
27
27
28
28
## Requirements
29
29
@@ -33,8 +33,6 @@ This plugin was forked from code by [Kailey Lampert](https://github.com/trepmal/
33
33
34
34
## Installation & Configuration
35
35
36
-
**Installable ZIP (beta): [my-sites-sort-filter.zip](https://f001.backblazeb2.com/file/hendricks/tmp/my-sites-sort-filter.zip)**
37
-
38
36
Simply download, install and activate. Once activated, it automatically sorts sites and adds a filter search input. No configuration needed.
39
37
40
38
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: `define( 'MSSF_MINIMUM_SITES', 5 );` (replacing 5 with the number of your choice).
Sorts multisite dropdown site list alphabetically and adds a filter box.
12
+
Sorts multisite dropdown site list alphabetically and adds a filter-as-you-type search input.
13
13
14
14
== Description ==
15
15
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.
@@ -30,19 +30,19 @@ This plugin was forked from code by [Kailey Lampert](https://github.com/trepmal/
30
30
31
31
* Sorts My Sites list alphabetically
32
32
* Adds a filter-as-you-type search input to the My Sites dropdown
33
-
* Supports multiple color scheme (including [Dark Mode](https://wordpress.org/plugins/dark-mode/))
33
+
* Supports multiple color schemes (including [Dark Mode](https://wordpress.org/plugins/dark-mode/))
Once activated, it automatically sorts sites and adds a filter search input (when list is greater than 10 in length). No configuration required.
40
+
Once activated, it automatically sorts sites and adds a filter search input. No configuration needed.
41
41
42
42
== Frequently Asked Questions ==
43
43
**Can I change the number of sites that triggers the filter search input to appear?**
44
44
45
-
Simply download, install and activate. Once activated, it automatically sorts sites and adds a filter search input. No configuration needed. To change this, you can define the following constant in wp-config.php: <code>define( 'MSSF_MINIMUM_SITES', 5 );</code> (replacing 5 with the number of your choice).
45
+
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: <code>define( 'MSSF_MINIMUM_SITES', 5 );</code> (replacing 5 with the number of your choice).
0 commit comments