$anymags_slide_category, 'posts_per_page'=> $anymags_slide_posts, ); $query = new WP_Query( $args ); $c = 0; $class = ''; if($query->have_posts()): while($query->have_posts()):$query->the_post(); $c++; $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'full' ); $url = $thumb['0']; if ( $c == "1" ) $class = ' active'; else $class=''; ?>
...
No Content found

"; endif; ?>