固定ページ一覧

    • $pages = get_pages();

 

    • foreach ( $pages as $page ) {

 

‘;
}
?>

投稿一覧

    • foreach ( $posts as $post ) {

 

‘;
}
?>