itemscope="" itemtype="https://schema.org/BlogPosting">
ID, '_kad_post_summery', true ); $height = get_post_meta( $post->ID, '_kad_posthead_height', true ); $swidth = get_post_meta( $post->ID, '_kad_posthead_width', true ); if (!empty($height)){ $slideheight = $height; } else { $slideheight = apply_filters('kt_post_excerpt_image_height', 400); } if (!empty($swidth)){ $slidewidth = $swidth; } else { if( $virtue_sidebar ) { $slidewidth = apply_filters('kt_post_excerpt_image_width', 846); } else { $slidewidth = apply_filters('kt_post_excerpt_full_image_width', 1140); } } if(empty($postsummery) || $postsummery == 'default') { if(!empty($virtue['post_summery_default'])) { $postsummery = $virtue['post_summery_default']; } else { $postsummery = 'img_portrait'; } } $portraitwidth = apply_filters('kt_post_excerpt_image_width_portrait', 365); $portraitheight = apply_filters('kt_post_excerpt_image_height_portrait', 365); if($postsummery == 'img_landscape') { $textsize = 'col-md-12'; $image_id = get_post_thumbnail_id( $post->ID ); $img = virtue_get_image_array( $slidewidth, $slideheight, true, 'iconhover', null, $image_id, true ); ?>
<?php the_title_attribute(); ?>>
ID ); $img = virtue_get_image_array( $portraitwidth, $portraitheight, true, 'iconhover', null, $image_id, true ); ?>
<?php the_title_attribute(); ?>>
    ID, '_kad_image_gallery', true ); if(!empty($image_gallery)) { $attachments = array_filter( explode( ',', $image_gallery ) ); if ($attachments) { foreach ($attachments as $attachment) { $img = virtue_get_image_array( $slidewidth, $slideheight, true, null, null, $attachment, true ); ?>
  • <?php echo esc_attr( $img[ 'alt' ] );?> />
    ID, '_kad_image_gallery', true ); if(!empty($image_gallery)) { $attachments = array_filter( explode( ',', $image_gallery ) ); if ($attachments) { foreach ($attachments as $attachment) { $img = virtue_get_image_array( $portraitwidth, $portraitheight, true, null, null, $attachment, true ); ?>
  • <?php echo esc_attr( $img[ 'alt' ] );?> />
true, 'height' => true, 'width' => true, 'frameborder' => true, 'allowfullscreen' => true, 'name' => true, 'id' => true, 'class' => true, 'style' => true, ); echo do_shortcode( wp_kses( get_post_meta( $post->ID, '_kad_post_video', true ), $allowed_tags ) ); ?>
ID ) ) { $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); ?>