'

' . ( $admela_commentreq ? '*' : '' ) . '

', 'email' => '

' . ( $admela_commentreq ? '*' : '' ) . '

', 'url' => '

' ); $admela_comment_args = array( 'id_form' => 'commentform', 'id_submit' => esc_html__( 'submit', 'admela' ), 'title_reply' => esc_html__( 'Leave a Reply' , 'admela' ), 'title_reply_to' => esc_html__( 'Leave a Reply to %s' , 'admela' ), 'cancel_reply_link' => esc_html__( 'Cancel Reply' , 'admela' ), 'label_submit' => esc_html__( 'Post Comment' , 'admela' ), 'comment_field' => '

', 'must_log_in' => '

'.wp_kses( __( 'You must be logged in to post a comment.', 'admela' ), wp_login_url( apply_filters( 'the_permalink', esc_url(get_permalink( ) ) )) ).'

', 'logged_in_as' => '

'.wp_kses( __( 'Logged in as %2$s. Log out?', 'admela' ), esc_url(admin_url( 'profile.php' )), $user_identity, wp_logout_url( apply_filters( 'the_permalink', esc_url(get_permalink( ))))).'

', 'comment_notes_before' => '

' . esc_html__( 'Your email address will not be published.' , 'admela' ). '

', 'comment_notes_after' => '

'.wp_kses( __( 'You may use these HTML tags and attributes: %s', 'admela' ), ' ' .esc_attr(allowed_tags()). '').'

', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '

' . ' ' . ( $admela_commentreq ? '*' : '' ) . '

', 'email' => '

' . ( $admela_commentreq ? '*' : '' ) . '

', 'url' => '

' . '

' ) ) ); ?>
= 1): echo '

'.absint($admela_comment_title).' '.esc_html__('Comments','admela').'

'; else: echo ''; endif; ?>
    'ul', 'short_ping' => true, 'avatar_size' => '80' ) ); ?>

esc_html__('Submit','admela'), // change the title of the reply section 'title_reply'=> esc_html__('Leave a Comment','admela'), // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_after' => '', // redefine your own textarea (the comment body) 'comment_field' => '

', ); comment_form($admela_comments_args); ?>