include(TEMPLATEPATH . '/inc/breadcrumbs.php'); ?>
$current_post_type = (get_post_type() != 'post') ? get_post_type() : 'single'; ?>
/*
don't show comments.php on single pages (of all post types) for 'news' and 'page' post types. In comments.php we have:
1. Testimonials (!!!) If you need testimonials but don't need comment_form(), exclude comment_form() inside comments.php!!!
2. Comment form
*/
if($post->post_type != 'news' AND
$post->post_type != 'page') comments_template( '', true );
?>