publish; query_posts(‘showposts=100&cat=2’ );
    while ( have_posts() ) : the_post();
    echo ‘

  • ‘; the_title();
    echo ‘
    ‘; the_time(get_option( ‘date_format’ ));’
  • ‘; $published_posts–;
    endwhile;
    wp_reset_query();
    ?>

    publish; query_posts(‘showposts=100&cat=10’ );
    while ( have_posts() ) : the_post();
    echo ‘

  • ‘; the_title();
    echo ‘
    ‘; the_time(get_option( ‘date_format’ ));’
  • ‘; $published_posts–;
    endwhile;
    wp_reset_query();
    ?>

    publish; query_posts(‘showposts=100&cat=11’ );
    while ( have_posts() ) : the_post();
    echo ‘

  • ‘; the_title();
    echo ‘
    ‘; the_time(get_option( ‘date_format’ ));’
  • ‘; $published_posts–;
    endwhile;
    wp_reset_query();
    ?>