-
在循环外调用WordPress文章评论数
在循环外调用WordPress某文章评论数 function add_comment_count_to_posts() { global $wpdb, $post; $id = $post->ID;// 文章ID $comment_count = $wpdb->get_var( "SELECT comment_count FROM $wpdb->posts…- 1
- 0
-
WordPress 判断当前文章是否有评论
当文章无评论留言时,想显示一些其它自定义内容,比如:沙发还没人坐!我们可以用get_comments_number()函数实现。 这个函数正常用于输出文章评论数量: <?php echo get_comments_number(); ?> 加上判断,就可以实现我们想要的: if( get_comments_number( get_the_ID() ) > 0 ) { echo &…- 5
- 0
幸运之星正在降临...
点击领取今天的签到奖励!
恭喜!您今天获得了{{mission.data.mission.credit}}积分
我的优惠劵
-
¥优惠劵使用时效:无法使用使用时效:
之前
使用时效:永久有效优惠劵ID:×
没有优惠劵可用!