$ai_news_slide_category, 'posts_per_page' => $ai_news_slide_posts, ); $query = new WP_Query($args); $c = 1; $class = ''; if ($query->have_posts()): while ($query->have_posts()): $query->the_post(); if ($c == "1") $class = ' active'; else $class = ''; ?>
...
No Content found

"; endif; ?>