<?php global $post; wp_list_pages(array( 'child_of' => $post->post_parent, /*'exclude' => $post->ID,*/ 'depth' => 1, 'title_li'=> '' )); ?>