> ID, '_kad_gallery_posthead_height', true ); $swidth = get_post_meta( $post->ID, '_kad_gallery_posthead_width', true ); if (!empty($height)){ $slideheight = $height; } else { $slideheight = 400; } if (!empty($swidth)) { $slidewidth = $swidth; } else { $slidewidth = $slide_sidebar; }?>
ID, '_kad_gallery_posthead_height', true ); $swidth = get_post_meta( $post->ID, '_kad_gallery_posthead_width', true ); if (!empty($height)){ $slideheight = $height; } else { $slideheight = 400; } if (!empty($swidth)) { $slidewidth = $swidth; } else { $slidewidth = $slide_sidebar; }?>
ID, '_kad_video_posthead_width', true ); if (!empty($swidth)) { $slidewidth = $swidth; } else { $slidewidth = $slide_sidebar; } ?>
ID, '_kad_post_video', true ); ?>
ID ) ) { $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); ?>
ID, '_kad_posthead_width', true ); if (!empty($swidth)) { $slidewidth = $swidth; } else { $slidewidth = $slide_sidebar; } $image_id = get_post_thumbnail_id(); $image_src = wp_get_attachment_image_src( $image_id, 'full' ); $image = aq_resize( $image_src[0], $slidewidth, null, true, false, false, $image_id); if(empty($image[0])) {$image = $image_src;} if($image) : ?>
<?php the_title(); ?> />

'')); ?>
ID, '_kad_blog_author', true ); $blog_carousel_recent = get_post_meta( $post->ID, '_kad_blog_carousel_similar', true ); if(empty($authorbox) || $authorbox == 'default') { if(isset($pinnacle['post_author_default']) && ($pinnacle['post_author_default'] == 'yes')) { pinnacle_author_box(); } } else if($authorbox == 'yes'){ pinnacle_author_box(); } if(empty($blog_carousel_recent) || $blog_carousel_recent == 'default' ) { if(isset($pinnacle['post_carousel_default'])) { $blog_carousel_recent = $pinnacle['post_carousel_default']; } } if ($blog_carousel_recent == 'similar') { get_template_part('templates/similarblog', 'carousel'); } else if( $blog_carousel_recent == 'recent') { get_template_part('templates/recentblog', 'carousel'); } ?>