post_parent); ?>

post_parent ) $childpages = wp_list_pages( 'sort_column=menu_order&title_li=&child_of=' . $post->post_parent . '&echo=0' ); else $childpages = wp_list_pages( 'sort_column=menu_order&title_li=&child_of=' . $post->ID . '&echo=0' ); if ( $childpages ) { $childpages = str_replace("current_page_item","active current_page_item", $childpages); $string = '
    ' . $childpages . '
'; } echo $string; ?>