I'm trying to have category pages display only excerpts of posts rather than full posts.
It appears to me that the display of category pages in K2 (the theme I'm using - http://getk2.com/) is controlled by theloop.php, so if I make a change there it will display not only in the categories page but also on the main page, which I don't want.
So, is there a way that I can add an if statement to the loop so that if it's a category only an excerpt will appear? Or should I not be messing with the loop?
Thanks in advance for your advice.