WordPress

<?php//指定したIDの子ページ一覧を表示 $page_ID = get_page_by_path('service');//ID取得用の固定ページオブジェクトの取得 $children = wp_list_pages(array ...