post_parent == "0"): $submenu_parent = get_the_ID(); else : $submenu_parent = $post->post_parent; endif; $meine_liste = wp_list_pages( array( 'title_li' => "", 'child_of' => $submenu_parent, 'echo' => 0 ) ); if (!empty($meine_liste)): print ''; endif; ?>