How do I prevent trackbacks from appearing in Recent Comments Widget?
-
I am using the Recent Comments Widget that comes with WordPress 2.7 in my sidebar. How do I keep pingbacks and trackbacks from appearing in the sidebar?
By the way, I was able to keep my own comments from appearing in the sidebar by changing this in wp-includes/widgets.php:
Changed: $wpdb->comments WHERE comment_approved = ‘1’
to: $wpdb->comments WHERE comment_approved = ‘1’ and user_id !=’1′
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How do I prevent trackbacks from appearing in Recent Comments Widget?’ is closed to new replies.