|
Monday, 31 January 2011 06:12 |
// Pagination for multiple loops page
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: |