仅在内容时显示标题

时间:2015-06-17 12:51:30

标签: php html wordpress title

我想隐藏<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

1 个答案:

答案 0 :(得分:0)

您可以使用get_children函数获取帖子的所有子内容。如果返回数组为空,则没有定义子页面:

override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?) {
    // stuff
}

文档: