- -
- ' . esc_html( get_theme_mod( 'portfolio_name' ) ) . '' : ''; - echo ( get_theme_mod( 'portfolio_description' ) != '' ) ? '

' . esc_html( get_theme_mod( 'portfolio_description' ) ) . '

' : ''; - ?> -
+ if ( have_posts() ) : + ?> -
-
-
+ +
+
+
+
-
-
+ + +
'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 . ')'; + } ?> - + + endif; + ?>