Always show second recent post
-
Hi every one
I am using below code. but i want always show second number recent post in my site. how is possible.
Thanks in advance.
<?php //$recent_posts = wp_get_recent_posts(); //query_posts('showposts=1&cat=6'); $header_posts = new WP_Query('cat=6' ); if ($header_posts->have_posts()) : $i=0; while ($header_posts->have_posts()) : $header_posts->the_post(); ?>
The topic ‘Always show second recent post’ is closed to new replies.