'names',
);
$project_types = wp_get_post_terms( $post->ID, 'jetpack-portfolio-type', $projects_args );
$thumbnail_url = get_the_post_thumbnail_url( get_the_ID(), 'full' );
$item_style = '';
if ( 'mansonry' != $layout ) {
$item_style = 'background-image: url(' . $thumbnail_url . ')';
}
?>
>