Sauter la navigation

[Résolu] Link to term archive page in Views Loop Item Template isn’t working

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem:

In that template is a Heading block with Dynamic Heading Text set includes the display of a custom taxonomy (Instruments). In Field Options I have the Display Format 'Link to term archive page' selected, along with the Anchor Text 'Term name'. The Term name is displaying, but it's not an active link...

Solution:

This issue has been escalated, and there is a workaround with [wpv-post-taxonomy], for example:

https://toolset.com/forums/topic/link-to-term-archive-page-in-views-loop-item-template-isnt-working/#post-2075603

Relevant Documentation:

This support ticket is created Il y a 3 années et 7 mois. There's a good chance that you are reading advice that it now obsolete.

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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par Anthony Il y a 3 années et 6 mois.

Assisté par: Luo Yang.

Auteur
Publications
#2074929

I have a View displaying the items in a CPT (Artists) using a Content Template. In that template is a Heading block with Dynamic Heading Text set includes the display of a custom taxonomy (Instruments). In Field Options I have the Display Format 'Link to term archive page' selected, along with the Anchor Text 'Term name'. The Term name is displaying, but it's not an active link... 🙁

Link to a page where the issue can be seen: lien caché

#2075603

Hello,

Thanks for the details, I can see the problem in your website, and have done below modifications in your website:
Edit the content template "Loop Item for Artists Views":
lien caché
Add a shortcode block with below codes:

<h6 class="tb-heading" style="text-align: center;">[wpv-post-taxonomy type="instrument"]</h6>

Please check if it is fixed, and I will escalate this issue.

#2075669

My issue is resolved now. Thank you!