Skip Navigation

[Resolved] How to unlink taxonomy tags

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 2 voices.

Last updated by mariaR-3 1 year, 4 months ago.

Author
Posts
#2639203

Hi,
I would like to strip the links from the taxonomy tags, so that they just show the terms as regular, unlinked text.

I saw this support thread (https://toolset.com/forums/topic/unwanted-taxonomy-pages/), but disabling the rewrite and the "query_var" options did not work.

What can I do?

Thank you in advance

Regards,
Luca

#2639371

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Luca

"I would like to strip the links from the taxonomy tags"

Which taxonomy tags? Where do they appear? Are they output by your theme, or something else?

#2639629

It seems I managed to get what I was looking for.

I thought unlinking the tags just with CSS wouldn't be possible to but it turned out to be possible indeed, just by adding "pointer-events: none ".

Thank you anyway

Regards
Luca