I'm using a category named ALL (cat=18) for the sole purpose of creating an alternative viewing experience for my visitors. Each post is added to the ALL category, along with any other categories that are applicable. That way, I can have a "List View" link on my home page that, when clicked, allows the user to enjoy a condensed view of all the posts, displaying the title, date, and an excerpt for each. Note, the home page displays its posts in full.
So, I'd like to exclude the ALL category from appearing the list of categories next to the post's title, which is controlled by the "the_category" command. I've excluded ALL from the Category List in the Sidebar, which was easy, but I just cannot find anything the addresses how to do this in conjunction with the "the_category" command.
Suggestions?
Thanks in advance.