Your Cancer Answers: What starting the new year off with nutrition and exercise looks like | Health, Medicine and Fitness
/**
* The template for displaying comments.
*
* The area of the page that contains both current comments
* and the comment form.
*
* @package WP FanZone
*/
/*
* If the current post is protected by a password and
* the visitor has not yet entered the password we will
* return early without loading the comments.
*/
if ( post_password_required() ) {
return;
}
?>