class="hentry">
'; if ( 'layout-two' === $layout ) { $image = ''; } // Output the featured image. if ( has_post_thumbnail() ) { $thumbnail = 'cleanportfolio-featured'; if ( 'layout-two' === $layout ) { $thumbnail = 'cleanportfolio-featured-large'; } the_post_thumbnail( $thumbnail ); } else { echo '' . $image . ''; } ?>
', '' ); ?> ', esc_html_x(', ', 'Used between list items, there is a space after the comma.', 'cleanportfolio' ), '' ); if ( ! is_wp_error( $portfolio_categories_list ) ) { echo $portfolio_categories_list; } } else { $categories_list = get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'cleanportfolio' ) ); if ( $categories_list && cleanportfolio_categorized_blog() ) { printf( '', sprintf( _x( 'Categories: ', 'Used before category names.', 'cleanportfolio' ) ), $categories_list ); } } ?>

' . $excerpt . '

'; } elseif ( 'full-content' === $show_content ) { $content = apply_filters( 'the_content', get_the_content() ); $content = str_replace( ']]>', ']]>', $content ); echo '
' . wp_kses_post( $content ) . '
'; } ?>