'post','post_status'=>'publish', 'post__in' => array(get_theme_mod('beauty_options_slide_image1'),get_theme_mod('beauty_options_slide_image2'),get_theme_mod('beauty_options_slide_image3'))); } else { $args = array( 'post_type' => 'post', 'posts_per_page'=>3, 'ignore_sticky_posts' => 1); } $home_slide = new WP_Query( $args ); $home_slide = new WP_Query( $args ); if ( $home_slide->have_posts() ): while ( $home_slide->have_posts() ): $home_slide->the_post(); if(has_post_thumbnail() ) { ?>
<?php  the_title(); ?>