wordpress获取文章评论数及人数

/*** 获取文章的评论人数 *$postid:文章id*$which:返回类型(0或1)为0时返回评论人数,为1时返回评论条数*/function count_comments($postid=0,$which=0) {$comments = get_comments('status=approve&type...
/*** 获取文章的评论人数 *$postid:文章id*$which:返回类型(0或1)为0时返回评论人数,为1时返回评论条数*/function count_comments($postid=0,$which=0) {$comments = get_comments('status=approve&type=comment&post_id='.$postid); //获取文章的所有评论if ($comments) {$i=0; $j=0; $commentusers=array();foreach ($comments as $comment) {++$i;if ($i==1) { $commentusers[] = $comment->comment_author_email; ++$j; }if ( !in_array($comment->comment_author_email, $commentusers) ) {$commentusers[] = $comment->comment_author_email;++$j;}}$output = array($j,$i);$which = ($which == 0) ? 0 : 1;return $output[$which]; //返回评论人数}return 0; //没有评论返回0}

给TA打赏
共{{data.count}}人
人已打赏
wordpress教程

wordpress主题后门检测及漏洞修复技巧

2023-2-16 15:53:06

wordpress教程

新手学习wordpress主题制作必备的知识点

2023-2-16 15:53:07

【腾讯云】11.11云上盛惠!云服务器首年1.8折起,买1年送3个月!
11.11云上盛惠!海量产品·轻松上云!云服务器首年1.8折起,买1年送3个月!超值优惠,性能稳定,让您的云端之旅更加畅享。
查看更多相关信息>>
在线咨询
站长

(工作日 10:00 - 22:30 为您服务)

2026-07-08 21:50:43

您好,无论是售前、售后、意见建议……均可通过联系工单与我们取得联系。

猜你想问:

  • 购买的模板免费包安装吗?

  • 这个演示地址有吗?

  • 购买vip会员可以下载哪些模板?

您的留言我们已经收到,我们将会尽快跟您联系!
取消
立即选择任一渠道联系我们