%2$s'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $blogen_time_string = ''; } $blogen_time_string = sprintf( $blogen_time_string, esc_attr( get_the_date( DATE_W3C ) ), esc_html( get_the_date() ), esc_attr( get_the_modified_date( DATE_W3C ) ), esc_html( get_the_modified_date() ) ); if( (!is_singular() && $blogen_author==1) || (is_singular() && $blogen_single_author == 1 ) ) { echo ''; echo ''; } if ( is_singular() ) : if( ( $blogen_single_date == 1) ) { echo ''; } if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : if( $blogen_single_comment_count == 1 ) { ?> ', esc_html__( 'Post a comment', 'blogen' ), esc_html__( '%', 'blogen' ) ); ?> ' . wp_kses_post($blogen_time_string) . ''; } endif; } endif; if ( ! function_exists( 'blogen_entry_footer' ) ) : function blogen_entry_footer() { if ( 'post' === get_post_type() ) { $tags_list = get_the_tag_list( '' ); if ( $tags_list ) { printf( '
' ); // WPCS: XSS OK. } } } endif; if ( ! function_exists( 'blogen_post_thumbnail' ) ) : function blogen_post_thumbnail() { if ( post_password_required() || is_attachment() || ! has_post_thumbnail() ) { return; } if ( is_singular() ) : ?>