>
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;
$image .= '';
$image .= '';
$image .= get_the_post_thumbnail( $post->ID, 'featured-blog-large', array(
'title' => esc_attr( $title_attribute ),
'alt' => esc_attr( $img_alt ),
) ) . '';
$image .= '';
echo $image;
}
?>
' . __( 'Read more', 'accelerate' ) . '' );
?>