Skip to main content
2 of 2
improved grammar and spelling
avpaderno
  • 98.1k
  • 15
  • 165
  • 284

How can I overwrite taxonomy field link output?

I am using Drupal 7 and the Views module. I made a very simple page showing nodes with the Views module, where I want to show only one field, which contains taxonomy terms.

I want to rewrite standard link from this page to my own variant. I selected "Rewrite results" and wrote my link. In the view, those links are not changed: they are going to taxonomy term pages.

I know that if I used a view showing taxonomy terms (not nodes), I could checkout the field for standard taxonomy output, but in a node view there is no such possibility.

user38998
  • 79
  • 1
  • 13