comments->count > 0) { if ($post->comments->comments->moderated->count > 0) { foreach ($post->comments->comments->moderated as $comment) { // Display Comments if ($comment->status == Comment::STATUS_UNAPPROVED) { // Tell commentor his/her comment is awaiting moderation. } } } } ?>