I think could be useful add to wp_list_pages ability to show the parent page of the current page in order to improve blog's structure customization
I think could be useful add to wp_list_pages ability to show the parent page of the current page in order to improve blog's structure customization
I like this idea a lot. :D
would be great, especially for creating footer links or other navigation bars
I believe that the wp_list_pages codex would still be useful for widget menus for WP 3.0+. However, this codex will be superseded by the wp_nav_menu codex that is now applied in the navigation menu for WP 3.0+ themes.
The wp_list_pages codex helps for Private pages, with a little hack in the WP 2.9+ core wp-includes/post.php file that allows Private pages/posts to be viewable by logged in users. Unfortunately, the wp_nav_menu codex has made this hack impossible. And when Private pages are placed on the WP 3.0+ theme navigation menu, can are still shown even when a user has logged out (public viewing).
I hope that WP 3.1 will incorporate a change to the Appearance >> Menus feature, which allows Private page manageability.
Let's see if that bears fruit ...
Cheers!
You must log in to post.