Skip Navigation

[Gelöst] Link to term archive page in Views Loop Item Template isn’t working

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 3 Jahren, 6 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

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)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Anthony vor 3 Jahren, 6 Monaten.

Assistiert von: Luo Yang.

Author
Artikel
#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: versteckter Link

#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":
versteckter Link
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!