*/ $include_pinterest_pinit = get_theme_mod( 'canuck_include_pinit' ) ? true : false; $images = array(); $use_lazyload = get_theme_mod( 'canuck_use_lazyload' ) ? true : false; if ( ! post_password_required() ) { if ( have_posts() ) : while ( have_posts() ) : the_post(); $images = canuck_get_gallery_images(); if ( '' !== trim( the_content() ) ) { ?>