%2$s'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = ''; } $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_attr( get_the_modified_date( 'c' ) ), esc_html( get_the_modified_date() ) ); $posted_on = sprintf(''. esc_html_x( ' %s', 'post date', 'Anti-Flash-White' ), '' . $time_string . '' ); $byline = sprintf( esc_html_x( 'by %s', 'post author', 'Anti-Flash-White' ), '' ); echo '' . $posted_on . ''; // WPCS: XSS OK. } endif; if ( ! function_exists( 'anti_flash_white_theme_entry_footer' ) ) : /** * Prints HTML with meta information for the comments. */ function anti_flash_white_theme_entry_footer() { //show the categories anti_flash_white_theme_entry_categories(); //show the tags anti_flash_white_theme_entry_tags(); anti_flash_white_theme_social_icons_large(); // if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) { // echo ''; // /* translators: %s: post title */ // comments_popup_link( sprintf( wp_kses( __( 'Leave a Comment on %s', 'Anti-Flash-White' ), array( 'span' => array( 'class' => array() ) ) ), get_the_title() ) ); // echo ''; // } // edit_post_link( // sprintf( // /* translators: %s: Name of current post */ // esc_html__( 'Edit %s', 'Anti-Flash-White' ), // the_title( '"', '"', false ) // ), // '', // '' // ); } endif; if ( ! function_exists( 'anti_flash_white_theme_entry_tags' ) ) : /** * Prints HTML with meta information for tags. */ function anti_flash_white_theme_entry_tags() { // Hide category and tag text for pages. if ( 'post' === get_post_type() ) { /* translators: used between list items, there is a space after the comma */ $tags_list = get_the_tag_list( '', esc_html__( ', ', 'Anti-Flash-White' ) ); if ( $tags_list ) { printf( '', $tags_list ); // WPCS: XSS OK. } } edit_post_link( sprintf( /* translators: %s: Name of current post */ esc_html__( 'Edit %s', 'Anti-Flash-White' ), the_title( '"', '"', false ) ), '', '' ); } endif; if ( ! function_exists( 'anti_flash_white_theme_entry_categories' ) ) : /** * Prints HTML with meta information for the categories. */ function anti_flash_white_theme_entry_categories() { // Hide category and tag text for pages. if ( 'post' === get_post_type() ) { /* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list( esc_html__( ', ', 'Anti-Flash-White' ) ); if ( $categories_list && anti_flash_white_theme_categorized_blog() ) { printf( '', $categories_list ); // WPCS: XSS OK. } } edit_post_link( sprintf( /* translators: %s: Name of current post */ esc_html__( 'Edit %s', 'Anti-Flash-White' ), the_title( '"', '"', false ) ), '', '' ); } endif; if (! function_exists('anti_flash_white_theme_social_icons') ): /** * Prints top set of social icons */ function anti_flash_white_social_icons(){ printf(''); } endif; if (! function_exists('anti_flash_white_theme_social_icons_large') ): /** * Prints top set of social icons */ function anti_flash_white_theme_social_icons_large(){ printf('
'); } endif; if (! function_exists('anti_flash_white_theme_credits') ): /** * Prints top set of social icons */ function anti_flash_white_theme_credits(){ $new_credits = sprintf( '