这就是我所拥有的。
我今天是偏离轨道还是今天只有一个非常糟糕的脑屁?
答案 0 :(得分:0)
您是否尝试将自定义帖子类型添加到wp_list参数?
<?php wp_list_pages( $args ); ?>
<?php $args = array(
'child_of' => 0, //parent page
'exclude' => '',
'include' => '', //parent page
'post_type' => 'page, Press' //include custom post type
); ?>