I've got the following navigation - but for some reason the third page down the tree won't show the navigation. Can anyone help?
<?php if ( is_page('home') || $post->post_parent == '455' ) { ?>
<?php wp_list_pages('title_li=&include=281,1579,182&sort_column=menu_order&depth=1'); ?>
<?php } elseif ( in_category( 'alpha' )) { ?>
<?php wp_list_pages('title_li=&include=493,698,3100,3095,3087,3111,509&sort_column=menu_order&depth=1'); ?>
<?php } elseif ( is_page('alpha') || $post->post_parent == '492' ) { ?>
<?php wp_list_pages('title_li=&include=493,698,3100,3095,3087,3111,509&sort_column=menu_order&depth=1'); ?>
<?php } elseif ( in_category( 'beta' )) { ?>
<?php wp_list_pages('title_li=&include=622,3082,3088,3090,511,78,160&sort_column=menu_order&depth=1'); ?>
<?php } elseif ( is_page('beta') || $post->post_parent == '446' ) { ?>
<?php wp_list_pages('title_li=&include=622,3082,3088,3090,511,78,160&sort_column=menu_order&depth=1'); ?>
<?php } else { ?>
<?php } ?>