Recent Articles
$temp = $wp_query;
$wp_query= null;
$wp_query = new WP_Query();
$wp_query->query('showposts=5'.'&paged='.$paged);
?>
have_posts()) : $wp_query->the_post(); ?>
Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/QoUW8oxKfno/12905