thanks this is a great script, however I would like the menu to be ordered as configured in the Administraton pannel of wordpress i.e. by the “page_order” setting.
I thought that I could do this by changing the code to
<div id=”pages_nav”>
<?php
if(function_exists(“wp_pages_nav”)) {
wp_pages_nav(“show_all_parents=1&show_root=0&sort_column=menu_order”);
}
?>
</div>
doesn’t seem to work for me… any ideas ?
Thanks
Your plugin sounds interesting.
Is it possible to hide certain pages (links and menus) from a logged in user who doesn’t belong to that group? I would rather do that then let him click on a links to then inform him that he doesn’t have access to it.
Thanks
any news on this ? I’m looking for something to manage user groups rather than levels too. thanks.
Hi Sam, any news on that project of yours ?
thanks.