ID, '_kad_post_video', true ) ); ?>
ID ) ) {
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); ?>
ID, '_kad_blog_head', true ); $height = get_post_meta( $post->ID, '_kad_posthead_height', true ); $swidth = get_post_meta( $post->ID, '_kad_posthead_width', true ); if(empty($headcontent) || $headcontent == 'default') { if(!empty($virtue['post_head_default'])) { $headcontent = $virtue['post_head_default']; } else { $headcontent = 'none'; } } if (!empty($height)) { $slideheight = $height; } else { $slideheight = 400; } if (!empty($swidth)) { $slidewidth = $swidth; } else { $slidewidth = $slide_sidebar; } /** * */ do_action( 'kadence_single_post_begin' ); ?>