Do not tell me how to display posts, thus, these categories, but these posts related to this category, such categories will be set on the site, that is, a simple cycle:
<?php $query = new WP_Query ('cat=3');?> <?php while ($query->have_posts()) : $query->the_post(); ?> <?php endwhile; wp_reset_query(); ?> committed does not fit.