wordpress建站中,如何利用代码获取网站的评论总数(非插件),下面web建站小编给大家简单介绍一下!
找到主题下functions.php文件,新增以下代码:
function ipkd_comment_count() { $comments_count = wp_count_comments(); $message = 'There are <strong>'. $comments_count->approved . '</strong> comments posted by our users.'; return $message; } add_shortcode('wpb_total_comments','ipkd_comment_count');
标签: wordpress代码, wordpress建站技巧, wordpress评论
上面是“wordpress如何获取网站的评论总数(非插件)”的全面内容,想了解更多关于 wordpress 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_4708.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!