Get a total count for all comments and display result

Hi @stubudz:

You are trying to make things easy on me today, right? 🙂

Here’s what you need:

$comment_counts = get_comment_count();
echo $comment_counts['approved'];
//print_r($comment_counts); // Uncomment to see all from get_comment_count()