• Resolved w-sky

    (@w-sky)


    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)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    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)
  • You must be logged in to reply to this topic.