I’m working on a site where there a many physicians in many locations (I used categories for the locations)
So, When I click a location it displays all the physicians in this location.
Then, I wanted to display the address of the location, so I added the address in the category description.
However, some physicians are in multiple locations so when I use the code:
{exp:channel:entries channel="physician" limit="1"}
{categories}
{category_description}
{/categories}
{/exp:channel:entries}it gives me 2 or more addresses.
Is it possible to give me only the address on the location I selected with:
<a href="http://www.site.com/physicians/area/orange_park">http://www.site.com/physicians/area/orange_park</a>Thanks
Mirko