サイトマップ等で一部の固定ページをslugを指定してリストから除外
2017.12.11 Mon
参考サイト
http://bistro.site/?p=743
<?php
//ここから
$page = get_page_by_path( ‘top-page’ );
wp_list_pages( ‘exclude=’ . $page->ID );
// ここまで
?>
get_page_by_path -> 固定ページのスラッグ
get_page_by_title -> 固定ページのタイトル
Warning: Invalid argument supplied for foreach() in /home/xs208195/y-dsn.com/public_html/wordpress/wp-content/themes/ydsn2023/functions.php on line 264