1

Typically views appear to output anchors without 'title' attributes.

How would you add 'title' attributes and any other attributes to anchors through either template suggestions or the theme template?

There doesnt appear to be any good documentation on this and we dont want to use the admin/CMS to do this.

Alex Gill
  • 2,395
  • 1
  • 16
  • 18

1 Answers1

1

You can rewrite the output and rewrite it as a link. From here it will allow you to input a title option.

Also you can create a template file and manually produce these attributes.

chadpeppers
  • 2,057
  • 1
  • 20
  • 27