A widget for displaying a list of subpage links. The list remains consistent regardless of where you are in the hierarchy.
get_post_ancestors() called in get_parent_id() was returning an empty array even though we were several levels down in the heirarchy. This would result in no subpages showing up on a page. A ID is always empty">little research provided this wp_cache_delete( $id, 'posts' ) to add to the top of get_parent_id().Hide Title is checked (previously an empty <h3> was being echoed).$parentID was empty when viewing pages greater than 1 level below a top-level page.$before_widget and $after_widget. The parent page displays between $before_title and $after_title. The subpages are listed inside a simple <ul>. This allows for a clean presentation that you can control via CSS.
Requires: 2.8 or higher
Compatible up to: 3.0.5
Last Updated: 2010-9-15
Downloads: 8,669
Got something to say? Need help?