QQ咨询不加好友发不了信息,咨询前先加好友! → QQ:820896380 ×

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建站:宝塔面板好用的Linux服务器面板安装教程

2023-2-16 15:53:09

!
你也想出现在这里?立即 联系我们吧!
信息
个人中心
购物车
优惠劵
有新私信 私信列表
搜索