%2$s'; if (get_the_time('U') !== get_the_modified_time('U')) { $time_string = ''; } $time_string = sprintf( $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()) ); $posted_on = sprintf( esc_html_x('Posted on %s', 'post date', 'blanksmall'), '' . $time_string . '' ); echo '' . $posted_on . ''; } endif; if (!function_exists('blanksmall_posted_by')): function blanksmall_posted_by() { $byline = sprintf( esc_html_x('by %s', 'post author', 'blanksmall'), '' ); echo ''; } endif; if (!function_exists('blanksmall_entry_footer')): function blanksmall_entry_footer() { if ('post' === get_post_type()) { $categories_list = get_the_category_list( esc_html__(', ', 'blanksmall') ); if ($categories_list) { printf( '' . esc_html__('Posted in %1$s', 'blanksmall') . '', $categories_list ); } $tags_list = get_the_tag_list( '', esc_html_x(', ', 'list item separator', 'blanksmall') ); if ($tags_list) { printf( '', $tags_list ); } } if ( !is_single() && !post_password_required() && (comments_open() || get_comments_number()) ) { echo ''; comments_popup_link( sprintf( wp_kses( __( 'Leave a Comment on %s', 'blanksmall' ), ['span' => ['class' => []]] ), wp_kses_post(get_the_title()) ) ); echo ''; } edit_post_link( sprintf( wp_kses( __( 'Edit %s', 'blanksmall' ), ['span' => ['class' => []]] ), wp_kses_post(get_the_title()) ), '', '' ); } endif; if (!function_exists('blanksmall_post_thumbnail')): function blanksmall_post_thumbnail() { if ( post_password_required() || is_attachment() || !has_post_thumbnail() ) { return; } if (is_singular()): ?>