>
ID ); $thumb_id = get_post_thumbnail_id( get_the_ID() ); $img_altr = get_post_meta( $thumb_id, '_wp_attachment_image_alt', true ); $img_alt = ! empty( $img_altr ) ? $img_altr : $title_attribute; $post_thumbnail_attr = array( 'alt' => esc_attr( $img_alt ), 'title' => esc_attr( $title_attribute ), ); the_post_thumbnail( 'featured-blog-large', $post_thumbnail_attr ); } the_content(); ?> '
', 'link_before' => '', 'link_after' => '' ) ); ?>