'slides', 'posts_per_page' => 5 ); // The Query $the_query = new WP_Query( $args ); // Check if the Query returns any posts if ( $the_query->have_posts() ) { // Start the Slider ?>
"; // Close off the Slide's Link if there is one if ( get_post_meta( get_the_id(), 'base_slideurl', true) != '' ) { ?>