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

';
}
?>
:
:
:
:
:
post_excerpt ) {
?>
post_excerpt ); ?>
post_content ) {
?>
post_content ); ?>