';
//var_dump($portfolio_type);
if( $portfolio_type == 'image_portfolio' && !empty($image_portfolio) ) {
$html .='
';
}
elseif( $portfolio_type == 'video_portfolio' && isset($video_cover_image) ) {
$html .='
';
}
elseif( $portfolio_type == 'gallery_portfolio' && !empty($gallery_portfolio) ) {
$html .='
';
$html .='';
}
if( $portfolio_type == 'gallery_portfolio' && !empty($gallery_portfolio) ) {
$html .='
';
}else{
$html .='
';
}
if( $portfolio_type == 'image_portfolio' && !empty($image_portfolio) ) :
$html .='
';
endif;
if( $portfolio_type == 'video_portfolio' && $video_type == 'youtube' ) :
if ( !empty($video_youtube) ) {
$html .='';
}
endif;
if( $portfolio_type == 'video_portfolio' && $video_type == 'vimeo' ) :
if ( !empty($video_vimeo) ) {
$html .='';
}
endif;
if( $portfolio_type == 'gallery_portfolio' && !empty($gallery_portfolio) ) :
foreach ( $gallery_ids as $gallery_id ) {
$gallery_image = wp_get_attachment_image_src( $gallery_id, 'full' );
$html .='
';
}
endif;
$html .='
';
$html .='
';
$html .='
';
$html .='
';
$terms = get_the_terms( $post->ID, 'amazing-portfolio-category' );
foreach ( $terms as $term ) {
$html .=''.$term->name.' ';
}
$html .='';
$html .='