Would love to be able to insert anchor tags before grouping and/or nesting fields to facilitate linking within a large output. Is there a way to do this?

e.g.

<a name="parent term"></a>
<h2>Parent Term</h2>
<ul>
<li><a name="child term"></a>
Child Term...

Comments

xjm’s picture

Status: Needs review » Active

Currently, the output of the lineage nested plugin is not templatable. See #720984: Allow theming of lineage nested style plugin markup. I'd like to provide templates for the list items and headers eventually.

Previously one could accomplish what you describe by using the Views "Rewrite output of this field" feature, but unfortunately it seems the rendering order in the latest dev version of views doesn't support this.