Crysta, Two ways you can do that. 1. as the way you suggested using Categoy. 2. you also can create a CSS class for each venue. in your template, you can modify the template to display using the css class with venue name, such as this: <span class="[VENUE]">[EVENTTITLE]</span> This is just an example, of course you can't have special characters in VENUE such as ", ', or else it will not work.
|