How can I skip the first post? I am using wordpress.
<?php $recentPosts = new WP_Query(); $recentPosts->query(array('showposts' => 6,'post_type' =>array('stiri'))); ?> <?php while ($recentPosts->have_posts()) : $recentPosts->the_post(); ?>
thanks
source share