I'm playing around with Drupal 7 and I'm hoping someone can help with a problem that I haven't been able to figure it out.
I have three different vocabularies set up via structure/taxonomy: subject, people, location
I currently have the "subject" and "location" vocabularies available to be tagged for blog and article content. These tags are being displayed on the homepage and individual page views; but they have different formatting.
Although the terms in the "subject" vocabulary are being correctly displayed as per the Simple Clean theme I'm using, the terms in the "location" vocabulary aren't following the theme style and instead appear as text links preceded by the name of the vocabulary in bold (in this case, location:).
The only difference I can find is that in the "manage fields" tab of both the blog and article content types the name of those two fields are "field_tags" for "Subject" (which is correctly displayed) and "field_location" for the vocabulary that isn't being correctly displayed. Otherwise, both are the same — "term reference" fields and "autocomplete term widget (tagging)" for widget.
Thanks for taking the time to consider this.
Comments
OK, I figured out half of the problem
OK, I figured out why "location:" was appearing (I didn't have the display settings correctly set, so the label wasn't hidden). However, I still don't know why one vocabulary's tags appear only as text links while another are correctly displayed according to my theme's settings.