Re,
i have this:
function mdv_comment_count() {
global $wpdb;
$request = "SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '1'";
echo $wpdb->get_var($request);
}
but the function is the total number of comments in all category.. hum, little help please =p