1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
'html5',
'title_reply' => 'Leave a reply',
'class_submit' => 'alba-submit',
'comment_field' => '',
'fields' => array(
'author' =>
'',
'email' =>
'',
'url' =>
'',
),
);
comment_form( $args );
?>