';
return;
}
if (have_comments()) {
echo '';
if (get_comment_pages_count() > 1 && get_option('page_comments')) {
echo '';
}
echo '';
if (get_comment_pages_count() > 1 && get_option('page_comments')) {
echo '';
}
else if (!comments_open() && !is_page() && post_type_supports(get_post_type(),'comments')) {
echo '';
}
}
comment_form(array('comment_field' => ''
));
?>