<?php if (have_posts()) : $secrett = new WP_Query("cat='3,4,5,6'&showposts=6"); while($secrett->have_posts()) : $secrett->the_post();?> <a href="<?php the_permalink() ?>"><?php the_title(); ?></a> <?php endwhile; endif; ?>