name; } echo esc_html( implode( ', ', $output ) ); ?>
ID, '_kad_portfolio_type', true ); $portfolio_items = get_post_meta( $post->ID, '_kad_portfolio_items', true ); $portfolio_order = get_post_meta( $post->ID, '_kad_portfolio_order', true ); $portfolio_lightbox = get_post_meta( $post->ID, '_kad_portfolio_lightbox', true ); $portfolio_cropheight = get_post_meta( $post->ID, '_kad_portfolio_img_crop', true ); $portfolio_column = get_post_meta( $post->ID, '_kad_portfolio_columns', true ); $portfolio_item_excerpt = get_post_meta( $post->ID, '_kad_portfolio_item_excerpt', true ); $portfolio_item_types = get_post_meta( $post->ID, '_kad_portfolio_item_types', true ); if( isset( $portfolio_order ) ) { $p_orderby = $portfolio_order; } else { $p_orderby = 'menu_order'; } if( $p_orderby == 'menu_order' || $p_orderby == 'title' ) { $p_order = 'ASC'; } else { $p_order = 'DESC'; } if( $portfolio_category == '-1' || empty( $portfolio_category ) ) { $portfolio_cat_slug = ''; $portfolio_cat_ID = ''; } else { $portfolio_cat = get_term_by ( 'id',$portfolio_category,'portfolio-type' ); $portfolio_cat_slug = $portfolio_cat -> slug; $portfolio_cat_ID = $portfolio_cat -> term_id; } $portfolio_category = $portfolio_cat_slug; if( $portfolio_items == 'all' ) { $portfolio_items = '-1'; } if ( $portfolio_column == '2' ) { $itemsize = 'tcol-md-6 tcol-sm-6 tcol-xs-12 tcol-ss-12'; $slidewidth = 559; $slideheight = 559; } else if ( $portfolio_column == '3' ){ $itemsize = 'tcol-md-4 tcol-sm-4 tcol-xs-6 tcol-ss-12'; $slidewidth = 366; $slideheight = 366; } else if ( $portfolio_column == '6' ){ $itemsize = 'tcol-md-2 tcol-sm-3 tcol-xs-4 tcol-ss-6'; $slidewidth = 240; $slideheight = 240; } else if ( $portfolio_column == '5' ){ $itemsize = 'tcol-md-25 tcol-sm-3 tcol-xs-4 tcol-ss-6'; $slidewidth = 240; $slideheight = 240; } else { $itemsize = 'tcol-md-3 tcol-sm-4 tcol-xs-6 tcol-ss-12'; $slidewidth = 269; $slideheight = 269; } $crop = true; if ( !empty( $portfolio_cropheight ) ) { $slideheight = $portfolio_cropheight; } if ( $portfolio_lightbox == 'yes' ){ $plb = true; } else { $plb = false; } /** * @hooked virtue_page_title - 20 */ do_action( 'virtue_page_title_container' ); ?>
name; } echo esc_html( implode( ', ', $output ) ); ?>