1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

'
', 'author' => '
', 'url' => '
', ); $comments_args = array( 'fields' =>apply_filters( 'comment_form_default_fields',$fields), 'title_reply' => '

'.__('Leave a Comment','blog-star').'

', 'label_submit' => __('Post Comment','blog-star'), 'comment_field' => '
', 'class_submit' => 'btn btn-default', ); comment_form($comments_args); ?>