%2$s', esc_url( get_comments_link() ), esc_attr( get_comments_number_text( __( 'no comments', 'blockz' ), __( 'one comment', 'blockz' ), __( '% comments', 'blockz' ) ) ) ); echo wp_kses_post( sprintf( /* Translators: 1 - a linked author name, 2 - a formatted timestamp, 3 - a list of linked category names, 4 - the number of comments linked. */ '' . __( 'Written by %1$s on %2$s in %3$s with %4$s.', 'blockz' ) . '', get_the_author_link(), get_the_time( get_option( 'date_format' ) ), get_the_category_list( __( ' and ', 'blockz' ) ), $blockz_comments_markup ) ); if ( is_single() ) { ?>