Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

page recent

Pagination for multiple loops page
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: http://feeds.dzone.com/~r/dzone/snippets/~3/QoUW8oxKfno/12905

 


Taxonomy by Zaragoza Online