<?php $lacat = get_query_var('cat'); $arg=array( 'cat'=>$lacat, 'orderby'=>date, 'order'=>ASC ); query_posts($arg); if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>