Sort multisite list alphabetically
-
This has been asked here before by @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:
'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)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.