'.$yourcat->slug.''; $comments = get_comments("order=DESC&number=50&status=approve"); foreach ($comments as $comment) { $comm_post_id = $comment->comment_post_ID; if (!in_category($yourcat->slug, $comm_post_id)){ continue; } $i++; ?> '.$user_gravatar.substr($comment->comment_content,0,140).'....'; ?> = $show_comments) break; } ?>