ID, '_kad_page_head', true ); if ($headoption == 'flex') { get_template_part('templates/flex', 'slider'); } else if ($headoption == 'carousel') { get_template_part('templates/carousel', 'slider'); } else if ($headoption == 'rev') { get_template_part('templates/rev', 'slider'); } else if ($headoption == 'video') { ?>
ID, '_kad_posthead_width', true ); if (!empty($swidth)) $slidewidth = $swidth; else $slidewidth = 1170; ?>
ID, '_kad_post_video', true ); echo $video; ?>
ID, '_kad_posthead_height', true ); if (!empty($height)) $slideheight = $height; else $slideheight = 400; $swidth = get_post_meta( $post->ID, '_kad_posthead_width', true ); if (!empty($swidth)) $slidewidth = $swidth; else $slidewidth = 1170; $uselightbox = get_post_meta( $post->ID, '_kad_feature_img_lightbox', true ); if (!empty($uselightbox)) $lightbox = $uselightbox; else $lightbox = 'yes'; $thumb = get_post_thumbnail_id(); $img_url = wp_get_attachment_url( $thumb,'full' ); $image = aq_resize( $img_url, $slidewidth, $slideheight, true ); //resize & crop the image ?>
<?php the_title(); ?>