Tengo este loop que utilizo para category.php
Código PHP:
<?php $args = array(
'order' => 'ASC',
); ?>
<?php query_posts($args); ?>
<?php if (have_posts()) : while (have_posts()) : the_post() ;?>
<?php the_title(); ?>
<?php endwhile;
endif;
?>
Como puedo modiicar el loop para que me sirva para mostrar las categorias, pero con query_posts