Hi!
i want to sort the output of get_{$adjacent}_post_sort in link-template.php(l:1100) with 'menu_order' instead of 'post_date'.
i'm using wordpress as a cms with no posts, just pages.
Therefor i want the next/prev links and link rel next/prev according to the page hierachy instead creation time of the pages.
in link-template.php
$sort = apply_filters( "get_{$adjacent}_post_sort", "ORDER BY p.post_date $order LIMIT 1" );
simply changing p.post_date to p.menu_order - unfortunately does not work :)
if someone could help, i would be glad!
victor