Display custom taxonomy of a looped CPT
-
Hi! Since the retirement of CCS I’ve been struggling with L&L to achieve what I need to, in order to convert my beautiful CCSs to this new format. Sadly, the learning curve is being steepy at this stage.
I’ve created a custom taxonomy with Pods, used in a CPT created with Pods, too. I’m trying to display the custom taxonomy term of the looped CPT. My code, very summarized, looks something like:
<Loop type=MY_CPT paged=6 orderby=date order=desc> <a href="{Field url}"><Field title /></a> <a href="URL TO CUSTOM TAXONOMY THE LOOPED POST BELONGS TO"><Field NAME OF THE CUSTOM TAXONOMY THE LOOPED POST BELONGS TO /></a> <Field excerpt auto=true /><a href="{Field url}">VIEW POST</a> </Loop> <PaginateButtons />
In CCS, displaying my custom taxonomy inside a CPT loop was as simple as:
[taxonomy MY_CUSTOM_TAXONOMY field=link]
:”( But I’m stuck at that point, and for a couple of days, I’ve tried every combination of taxonomy-related terminology I can think of. Please, help!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Display custom taxonomy of a looped CPT’ is closed to new replies.