' . get_the_title() . '' ); } else { printf( // WPCS: XSS OK. /* Translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s Comment', '%1$s Comments', $comment_count, 'comments title', 'siteorigin-corp' ) ), number_format_i18n( $comment_count ), '' . get_the_title() . '' ); } ?>

' ' . esc_html__( 'Older comments', 'siteorigin-corp' ), 'next_text' => esc_html__( 'Newer comments', 'siteorigin-corp' ) . ' ', ); the_comments_navigation( $args ); ?>
    'ol', 'callback' => 'siteorigin_corp_comment', 'short_ping' => true, ) ); ?>
' ' . esc_html__( 'Older comments', 'siteorigin-corp' ), 'next_text' => esc_html__( 'Newer comments', 'siteorigin-corp' ) . ' ', ); the_comments_navigation( $args ); endif; // Check for have_comments(). // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>