我想隐藏<h2> title</h2></br>
<?php
// Globalize the $post variable;
// probably already available in this context, but just in case...
global $post;
wp_list_pages( array(
'title_li' => __(''),
// Only pages that are children of the current page
'child_of' => $post->ID,
// Only show one level of hierarchy
'depth' => 1,
) );
?>
,如果它们不是子页面。
configChanges
答案 0 :(得分:0)
您可以使用get_children函数获取帖子的所有子内容。如果返回数组为空,则没有定义子页面:
override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?) {
// stuff
}
文档: