*/ global $post; $post_style = esc_html( get_theme_mod( 'canuck_blog_style', 'top_feature' ) ); $link_to_post = ( '' === get_post_meta( $post->ID, 'canuck_metabox_link_to_post', true ) ? false : true ); $custom_feature_link = ( '' === get_post_meta( $post->ID, 'canuck_custom_feature_link', true ) ? false : get_post_meta( $post->ID, 'canuck_custom_feature_link', true ) ); $image_url = get_the_post_thumbnail_url( $post->ID, 'canuck_med15' ); $include_pinterest_pinit = get_theme_mod( 'canuck_include_pinit' ) ? true : false; if ( has_post_thumbnail() ) { ?>