I have a long list of taxonomy terms that all look like City-ST-Zip, ie: Phoenix-AZ-85043 or San-Diego-CA-92037
How do I print the list of terms so that the link URL remains intact but the link text is just the city name? ie:
<li><a href="http://mydomain/zip/phoenix-az-85043">Phoenix</a></li>
Also - A lot of cities have multiple zip codes, but I don't want to show a city name more than once.