php 从自定义循环中排除子页面

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 从自定义循环中排除子页面相关的知识,希望对你有一定的参考价值。

<?php
      $args = array(
      'orderby' => 'title',
      'post_type' => 'cpt-name',
      'post_parent' => 0
       );
       $the_query = new WP_Query( $args );
?>

<?php if ( $the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post(); ?>

//loop content

<?php endwhile; else: ?> <p>Sorry, there are no posts to display</p> <?php endif; ?>

以上是关于php 从自定义循环中排除子页面的主要内容,如果未能解决你的问题,请参考以下文章

php 从循环中排除子页面

如何通过分类术语从自定义 WordPress MySQL 查询中排除结果

如何从自定义页面模板调用 WordPress 插件功能?

将 React 组件从自定义组件库导入 HTML

Wordpress ACF 字段如何从自定义帖子类型中获取选项

Wordpress - 从自定义帖子类型中删除子菜单