by
ancestors;
array_pop($ancestors);
if ($ancestors) {
$nav = wp_list_pages(array('title_li' => '',
'echo' => 0,
'depth' => 1,
'include' => implode(',', $ancestors)));
} else {
$nav = '';
}
/* Secondly show things we share a level with */
if ($post->post_parent) {
$nav .= wp_list_pages(array('title_li' => '',
'child_of' => $post->post_parent,
'echo' => 0,
'depth' => 1,
'exclude' => $post->ID));
}
/* Finally show our direct descendants */
$nav .= wp_list_pages(array('title_li' => '',
'child_of' => $post->ID,
'echo' => 0,
'depth' => 1));
if ($nav) { ?>
'); ?> Posted in |
Not Found
Sorry, but you are looking for something that isn't here.