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