By rgraves on
How can I theme a category page in Drupal 6
e.g. www.mysite.com/category/my_category/
By default it displays the title and teasers but I'd like it to just list the title. If there's a way to do this without adding another module, that would be preferred.
Comments
The simplest method would be
Thanks
Thanks, I'll look into those.