Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sorting of pages?
#5
(2012-10-29, 22:40:57)pow Wrote: I don't even know where the value "sort" comes from?
It is a mixture of menu-title and something else.

It's "Parent title + Page title", see admin/pages.php line 75:

Code:
$sort = $parentTitle .' '. $page['title'];

so that the (backend) list is sorted by top pages, then subpages, etc. (tree-style)

Menu order is used by the frontend function get_navigation.
Reply


Messages In This Thread
Sorting of pages? - by pow - 2012-10-26, 19:58:46
Sorting of pages? - by uitdecom - 2012-10-29, 21:14:13
Sorting of pages? - by pow - 2012-10-29, 22:40:57
RE: Sorting of pages? - by Carlos - 2012-11-06, 01:52:00
Sorting of pages? - by shovenose - 2012-10-30, 00:25:01



Users browsing this thread: 1 Guest(s)