Comment Count – Need to get commenter e-mail, but how?
-
I want to count, using the e-mail as reference, how many times the people had commented on my blog.
On the comment template, how to get the ‘comment_author_email’ of the commenter?? It must be where says HERE
<?php $totalcomments = $wpdb->get_var(" SELECT COUNT(comment_ID) FROM $wpdb->comments WHERE $wpdb->comments.comment_author_email='HERE'"); echo $totalcomments; ?>
thanks, and if anyone know an easier way to to it tell me please ^^
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Comment Count – Need to get commenter e-mail, but how?’ is closed to new replies.