Contar posts en un自定义post类型

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Contar posts en un自定义post类型相关的知识,希望对你有一定的参考价值。

  1. <?php
  2. $numeroposts = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE (post_status = 'publish' AND post_type = 'custom-post-type')"); // reemplazar "custom-post-type" por el slug del custom post type seleccionado
  3. if (0 < $numeroposts) $numeroposts = number_format($numeroposts);
  4. echo $numeroposts;
  5. ?>

以上是关于Contar posts en un自定义post类型的主要内容,如果未能解决你的问题,请参考以下文章

php MostrarTérminosdentrodeTaxonomíasdentrode un Custom Post Type

php 由ID e renderizza gli短代码发布的prendi il contenuto di un post

Wordpress自定义Post Type:Post url中的Post ID

Mysql SELECT自定义字段(post_meta)用于自定义帖子类型

检查当前post类型是否为自定义post类型€“WordPress

wordpress调用自定义post_type文章