Count post + add number =

时间:2013-06-06 作者:rwzdoorn

我在计算名为“项目”的自定义帖子类型的帖子时遇到问题,我想在计数中添加一个数字。我们做了一些无法在我们的投资组合中显示的东西,但只想添加为数字。

基本上是这样的:

共有22个已发布项目(自定义帖子类型称为“项目”)+11个其他项目(无帖子)=回显33个项目。

编辑:

我用这个来计算wordpress的数量:

<?php
            $count_posts = wp_count_posts(\'projects\');
            $published_posts = $count_posts->publish;
            ?>

<?php // echo $published_posts  ?>
我如何让它工作?

提前谢谢。

1 个回复
最合适的回答,由SO网友:birgire 整理而成

如果你想统计一些自定义帖子类型的帖子,你可以试试WordPress函数wp_count_posts()

在您的情况下,自定义帖子类型为\'projects\' 所以你可以试试这个:

$count_projects = wp_count_posts( \'projects\' );
$published_projects = $count_projects->publish;
$total = $published_projects + 11; // include your additional projects
您可以在Codex中阅读有关此功能的更多信息here.

结束

相关推荐

致命错误:调用未定义的函数wpsc_cart_Item_count()

--我刚刚重新安装了Wordpress 3.4--我已经下载并上传了这个由smashing杂志推荐的新的免费电子商务wordpress主题。{http://www.smashingmagazine.com/2011/10/19/free-e-commerce-wordpress-theme-balita/ }--我在主页上看到一个巨大的错误:Fatal error: Call to undefined function wpsc_cart_item_count() in /home/content/97/