ID, '_kad_posthead_height', true ); $swidth = get_post_meta( $post->ID, '_kad_posthead_width', true ); if (!empty($height)) { $slideheight = $height; } else { $slideheight = 400; } if (!empty($swidth)) { $slidewidth = $swidth; } else { $slidewidth = 1170; } ?>
ID, '_kad_image_gallery', true ); if(!empty($image_gallery)) { $attachments = array_filter( explode( ',', $image_gallery ) ); if ($attachments) { foreach ($attachments as $attachment) : $attachment_url = wp_get_attachment_url($attachment , 'full'); $image = aq_resize($attachment_url, null, $slideheight, false, false); if(empty($image)) {$image = array($slide['url'],$slidewidth,$slideheight);} echo '
'; echo '
'; echo ''; ?>