Title: Sort multisite list alphabetically
Last modified: March 22, 2024

---

# Sort multisite list alphabetically

 *  Resolved [w-sky](https://wordpress.org/support/users/w-sky/)
 * (@w-sky)
 * [2 years ago](https://wordpress.org/support/topic/sort-multisite-list-alphabetically/)
 * This has been asked here before by [@fizzgigg](https://wordpress.org/support/users/fizzgigg/)
   but unanswered.
 * Solution is simple when you change two lines of the plugin code. Lines 157-158
   of the file “multisite-site-index.php” must be changed to:
 *     ```wp-block-code
           'orderby' => 'domain',
           'order' => 'ASC',
       ```
   
 * AI suggested to use order by “blogname” but that did not work in my case, “domain”
   works great.
 * (Valid for version 1.1 of the plugin. Disadvantage: Will be overwritten when 
   plugin is updated…)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Nick Halsey](https://wordpress.org/support/users/celloexpressions/)
 * (@celloexpressions)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/sort-multisite-list-alphabetically/#post-17960829)
 * You can more formally fork this plugin by renaming the plugin file and “plugin
   name” on line 3, which will disable auto-updates from overriding your changes.
   Future updates are not likely, but possible, and this is a fairly simple plugin
   where the edits above and a simple renaming are appropriate if you want to customize
   the display order or anything else.

Viewing 1 replies (of 1 total)

The topic ‘Sort multisite list alphabetically’ is closed to new replies.

 * ![](https://ps.w.org/multisite-site-index/assets/icon.svg?rev=1533066)
 * [Multisite Site Index](https://wordpress.org/plugins/multisite-site-index/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multisite-site-index/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multisite-site-index/)
 * [Active Topics](https://wordpress.org/support/plugin/multisite-site-index/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multisite-site-index/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multisite-site-index/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nick Halsey](https://wordpress.org/support/users/celloexpressions/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/sort-multisite-list-alphabetically/#post-17960829)
 * Status: resolved