*/
global $post;
$include_pinterest_pinit = get_theme_mod( 'canuck_include_pinit' ) ? true : false;
$add_nopin = ( true === $include_pinterest_pinit ) ? 'data-pin-no-hover="true" ' : '';
$use_lazyload = get_theme_mod( 'canuck_use_lazyload' ) ? true : false;
if ( has_post_thumbnail() ) {
?>
ID, 'canuck_med15' );
$image_caption = get_post( get_post_thumbnail_id() )->post_excerpt;
$image_meta = wp_get_attachment_metadata( get_post_thumbnail_id() );
if ( true === $use_lazyload ) {
?>
![]()
src=""
data-src=""
alt="">
![]()
src="" alt="">

'; // url ok.
}
?>
post_excerpt ) {
?>
post_excerpt ); ?>
post_content ) {
?>
post_content ); ?>