';
echo $k_video;
}
// oEmbed
elseif ( !empty( $video ) ) {
global $wp_embed;
echo apply_filters( 'kleo_oembed_video', $video );
}
break;
case 'audio':
$audio = get_cfield('audio');
if (!empty($audio)) { ?>
'
.'
';
if ( $slides ) {
foreach( $slides as $slide ) {
if ( $slide ) {
$image = aq_resize( $slide, $kleo_config['post_gallery_img_width'], $kleo_config['post_gallery_img_height'], true, true, true );
//small hack for non-hosted images
if (! $image ) {
$image = $slide;
}
echo '
'
. kleo_get_img_overlay()
. '
';
}
}
}
echo '
'
. '
'
. '
'
. ''
.'
';
break;
case 'aside':
echo '';
//check for custom image sizes
if ( sq_option( 'blog_custom_img', 0 ) == 1 ) {
$image = kleo_get_post_thumbnail( null, 'kleo-post-small-thumb' );
$image_content = $image;
} else {
$img_url = kleo_get_post_thumbnail_url();
$image = aq_resize( $img_url, $kleo_config['post_gallery_img_width'], null, true, true, true );
if( ! $image ) {
$image = $img_url;
}
$image_content = '

';
}
echo '
'
. $image_content
. kleo_get_img_overlay()
. '';
echo '
';
} else {
$post_icon = $kleo_post_format == 'image' ? 'picture' : 'doc';
echo '