Hi, first of all, thank you for a great plugin, it works great for me.
However, is there a way to order the menu other than the default order?
Hi, first of all, thank you for a great plugin, it works great for me.
However, is there a way to order the menu other than the default order?
Hi, this is the way ...
- Edit wp-content/plugins/transMenu/transMenu.php
- Found the trans_get_pages() function ...
if ( !isset($r['sort_column']) )
$r['sort_column'] = 'menu_order';
This is of course to sort by menu_order.
Cool, thanks!
This topic has been closed to new replies.