私はWordpressのテーマに取り組んでいます.ナビゲーションに取り組む必要があります.それを作成するのに少し問題があります.
私が探しているナビゲーションは次のようになります: www.neu.edu/humanities。
私はここまで来ました:
if (is_front_page()) {
wp_list_pages('title_li=&exclude=12&depth=1');
}
else {
// display the subpages of the current page while
// display all of the main pages and all of the
// and display the parent pages while on the subpages
}