If I want to use the Recent Comments Plugin in conjunction with the Blog Types plugin to only display comments from a particular blog type (in this case, “leadership_development”:wink:, I assume I insert a line of code like this into the Recent Comments plugin, but it’s not working correctly for me:
$query = "SELECT * FROM " . $wpdb->base_prefix . "site_comments WHERE sort_terms LIKE '%|blog_type_leadership_development|% ORDER BY site_comment_id DESC LIMIT " . $tmp_number;
Any hints?