Skip Navigation

[Resolved] Show taxonomy as in Content Template

This thread is resolved. Here is a description of the problem and solution.

Problem:
The user would like to display taxonomy terms in an unordered list.

Solution:
Use the wpv-post-taxonomy-iterator shortcode like below:

<ul>
  [wpv-post-taxonomy-iterator taxonomy="category"]
    <li>[wpv-taxonomy-title]</li>
  [/wpv-post-taxonomy-iterator]
</ul>

Relevant Documentation:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-1710291

This support ticket is created 3 years, 11 months ago. 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: Africa/Casablanca (GMT+01:00)

This topic contains 2 replies, has 2 voices.

Last updated by Michael 3 years, 11 months ago.

Assisted by: Jamal.

Author
Posts
#1957489

Am working in Gutenberg.

I have a CPT (Arbitrator) with its associated Content Template.. I have three custom taxonomies associated with the CPT and have added two of them with no issue but I need to show the third as a <UL> ..... cannot see how to do this via the Fields & Text or Single Field blocks.

Sorry I can't share URL but this is currently on a local devsite while I work things out.

#1958251

Hello and thank you for contacting the Toolset support.

Please check the  shortcode, that's what you will need to build the post's terms in a

#1959107

Thanks - that looks perfect ... sorry that I didn't find that myself!