$category, 'posts_per_page' => 3 ); $count_service = 0; $query = new WP_Query($args); if($query->have_posts()): $i = 0; while($query->have_posts()): $query->the_post(); $i = $i + 0.25; ?>
<?php the_title(); ?> <?php the_title(); ?>