At the bottom of my article news pages there is the 'Tags' word, along with the taxonomy categories. Where would I find the file with the word 'Tags' in it, to change it to something more descriptive, i.e Categories.

Thanks,
Ashley.

Comments

yelvington’s picture

Do not edit Drupal files.

"Tags" is the name of the vocabulary. This is a simple configuration setting. On D7:
Home » Administration » Structure » Taxonomy » Tags

AshleyF73’s picture

Thank you, I did try editing the name which I can do, but on the bottom of the node page it still displays 'Tags' along with the actual tag names in my list. It's the actual term 'Tags' at the bottom of every node page I was trying to change, I can't seem to find where this is in the theme files.

mrwendell’s picture

Depending on your setup the term "Tags" may also be controlled by your selected theme. Most likely this would be taking place in the node.tpl.php template file.

Make sure to backup your files before editing. :-)