' . esc_html( get_the_title() ) . '' ); } ?>

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

'
', 'email' => '
', ); function elixar_comment_defaullt_fields($elixar_fields) { return $elixar_fields; } add_filter('elixar_comment_form_default_fields', 'elixar_comment_defaullt_fields'); $elixar_comments_args = array( 'fields' => apply_filters('elixar_comment_form_default_fields', $elixar_fields), 'label_submit' => esc_html__( 'Submit Message', 'elixar' ), /* translators: %s: Leave Reply Title */ 'title_reply_to' => '

' . esc_html__( 'Leave a Reply to %s', 'elixar' ) . '

', 'title_reply' => '

' . esc_html__( "Leave a reply", 'elixar' ) . '

', 'comment_notes_after' => '', 'comment_field' => '
', 'class_submit' => 'btn btn-primary', ); comment_form($elixar_comments_args); ?>