Quick PHP Question
Ideally I would like it to display the last 6 posts from any category instead of 5 posts from category 1 as shown in the code below.
Any ideas how I can accomplish this?
<!--Replace cat=1 with the Category ID you want to display in this section.-->
<?php $recent = new WP_Query("cat=1&showposts=5"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
<a href="<?php the_permalink() ?>" rel="bookmark">
<img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" /></a>
Ping All Your Feed On Auto-Pilot
www.kping.com