' . esc_html( get_the_title() ) . '' ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $rdcode_comment_count, 'comments title', 'dcode' ) ), esc_html( number_format_i18n( $rdcode_comment_count ) ), '' . esc_html( get_the_title() ) . '' ); } ?>

1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
    100, 'style' => 'ul', 'short_ping' => true, 'type' => 'comment', ) ); ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

esc_html__( 'Post Comment', 'dcode' ), // Change the title of the reply section 'title_reply' => esc_html__( 'Leave a Comment', 'dcode' ), 'submit_button' => '', // 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( $comments_args ); ?>