< ?php $post = $wp_query->post;
    $id = $post->ID;
    wp_list_pages(‘title_li=&child_of=266’);
    ?>