Archived topic
Remove link from custom taxonomy in the frontend
3 replies · Started by Daniel on October 15, 2021
Hi there,
in my header element I have added a custom post term like <h3>{{post_terms.organizer}}</h3>
Now, in the frontend all is working fine, the term is displayed well, but the term has a link to the term archive. How can I remove this link?
Thanks,
Daniel
Hi there,
To do that in the header element would require using a shortcode.
Tom provides the PHP snippet to create one here:
https://generatepress.com/forums/topic/help-with-template-tags-for-custom-post-type/#post-1540350
Alternatively you could replace the header element with a Block Element - Page Hero which you can use the Dynamic Text type: List of Terms. That provides the option to add a link or not.
Thanks!
You're welcome