Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created October 14, 2016 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/db3234e156f2b752336f3b3aa88a43ef to your computer and use it in GitHub Desktop.
Save Kaiderella/db3234e156f2b752336f3b3aa88a43ef to your computer and use it in GitHub Desktop.
Thống kê tổng số bình luận
<?php // Get total number of comments
$count_comments = wp_count_comments();
$total_comments = $count_comments->approved;
echo $total_comments . ' Bình luận';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment