>
', '' ); ?>

'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string .= ''; } $time_string .= '

'; printf( $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() ) ); if ( arbutus_categorized_blog() ) { echo get_the_category_list(); } echo get_the_tag_list( '' ); if ( has_post_thumbnail() ) { if ( function_exists( 'wp_get_original_image_path' ) ) { // WordPress 5.3 resizes even the "full" image. Get the actual original uploaded full-size image. $image = wp_get_original_image_path( get_post_thumbnail_id( $post->ID ) ); $upload_dir = wp_get_upload_dir(); $image = str_replace( $upload_dir['basedir'], $upload_dir['baseurl'], $image ); } else { $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); $image = $image[0]; // URL } echo '

' . __( 'View Full-size Image', 'arbutus' ) . '

'; } edit_post_link( __( 'Edit', 'arbutus' ), '', '' ); ?>
' . get_the_title() . ' ' ) ); ?> '', ) ); ?>