Support » Plugin: Admin Menu Tree Page View » Page list alphabeticized

  • wrw51

    (@wrw51)


    Sorry if I’m just not seeing it, but I cannot seem to get my pages in alphabetical order on the page list.

    The page list works fine, I was able to enlarge the type a bit to make it more readable for these eyes of mine, but regardless of what I do, ever since I installed the plugin, the page list that pops up seems random, and since I’ve got 50+ pages, it makes it hard to find one.

    Am I missing something?

    Thanks so much for a wonderful plugin.

    Bill

    https://wordpress.org/plugins/admin-menu-tree-page-view/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Bill,

    I also got this issue and after some searching I found the trick.

    Go to the index.php file of the plugin and find the following piece of code:

    $defaults = array(
        	"post_type" => "page",
    		"parent" => "0",
    		"post_parent" => "0",
    		"numberposts" => "-1",
    		"orderby" => "menu_order",
    		"order" => "ASC",
    		"post_status" => "any",
    		"suppress_filters" => 0 // suppose to fix problems with WPML

    Change “menu_order” into “post_title”.

    For me it worked perfect.

    Mariëlle

    Thread Starter wrw51

    (@wrw51)

    Thanks for the reply Marielle. The problem became such an impediment to me that I deactivated and deleted the plug in almost a year ago.

    That the pages should be in alphabetical order seems so logical, and that the plugin doesn’t do that automatically, and that users have to modify the code to make it work properly, makes this plugin unworkable for me.

    Bill

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page list alphabeticized’ is closed to new replies.