[WordPress] Modify the posts query on the taxonomy template.
<?php global $wp_query; query_posts( array_merge( array( 'order' => 'ASC', 'posts_per_page' => 8 ), $wp_query->query ) );