' . get_the_title() . '' );
?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through? If so, show navigation ?>
'mooveit_comments' ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through? If so, show navigation ?>
'',
'email' => '',
'url' => ''
);
$comment_textarea = '
';
comment_form( array( 'fields' => $fields, 'comment_field' => $comment_textarea, 'id_submit' => 'comments-submit-button', 'label_submit' => esc_attr__( 'Submit', 'mooveit_lite' ), 'title_reply' => '' . esc_attr__( 'Leave a Reply' ,'mooveit_lite' ) . '
', 'title_reply_to' => esc_attr__( 'Leave a comment to %s', 'mooveit_lite' )) );
?>