Archive Category Pages - Show Excerpts
Currently, when I go to a category page it shows all the posts in full format belonging to that category. How can I make it only show excerpts on a category page? I looked in archive.php and I do not know what to change here:
Code:
<?php get_template_part( 'loop' ); ?>
Where can I modify the loop so that on an archive page only excerpts are shown?