2013-01-24 78 views

回答

4

我發現自己的答案與此編輯上面的代碼中。

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