=' ) ) { $slide_image_full = get_the_post_thumbnail($post->ID,'large', array('class' => 'full')); $slide_image_thumbnail = get_the_post_thumbnail($post->ID,'large', array('class' => 'thumbnail')); } else { $get_slide_image = get_post_meta($post->ID, 'featured', true); $slide_image_full = "\"\""; $slide_image_thumbnail = "\"\""; } ?>

This is featured post title

You can easy customize the featured slides from the theme options page, on your Wordpress dashboard. You can also disable featured posts slideshow if you don't wish to display them. Dont edit it manually, by replacing images, but you set feature image when you create new posts.