I made a CPT with Pods including a relationship with a custom taxonomy. In the widget "News Scroller With Thumbnail" html i'd like to show the name of the chosen taxonomy. But it only displays the id of the chosen taxonomy. How can i change it to the name?
I made a CPT with Pods including a relationship with a custom taxonomy. In the widget "News Scroller With Thumbnail" html i'd like to show the name of the chosen taxonomy. But it only displays the id of the chosen taxonomy. How can i change it to the name?
HTML:
<div class="blox-scroller-box" style="border-color:#EEEEEE;">
<a class="flex-container" href="{{item.post.link}}">
<div class="blox-round-image">
<img src="{{item.post.image}}" alt="">
</div>
<div class="blox-scroller-content" style="background:{{bg_clr}};">
<div class="blox-heading">{{item.post.title|raw}}</div>
<div>
{{item.post.cf_locatie}}
</div>
</div>
</a>
</div>
Thank you very much. I hope you can find a solution.
Hi Max,
Thats awsome! One more thing, the custom fields from the linked taxonomy aren't available. Is it possible to fix?
Thank you and for your quick fix!
Greetings
Gerard
Hi Max,
Just a reminder for this ticket :)
Hi max,
I've made a custom taxonomy with custom fields (Naam & Foto) (https://ibb.co/R3VKksR) and linked it with a custom post type (https://ibb.co/Br8L1XY). When i want to add for example the custom field Foto, it is not listed https://ibb.co/LrhFPX7