Template Formatting/Links
-
Hi,
I made a Pods Template to display my custom post type, I have listed the skills, styles and other taxonomies so they display as a link ( Thanks to the instructions found here; https://pods.io/forums/topic/get-related-post-link-in-template/)
As you can see on my website page that I linked all the links are working EXCEPT for the ‘Artist Type’ section and the ‘Started In’ section.
I have tried many times and I am completely at a loss as to why I can’t get those 2 fields to display!
I will paste my template below;
<p>STATE: [each states]
{@states.name}
[/each]</p><p>ARTIST TYPE:
[each artist_type]
{@artist_type.name}
[/each]</p><p>MEMBER OF: [each members]
{@post_title}
[/each]</p><p>SKILLS: [each artist_skills]
{@artist_skills.name}
[/each]</p><p><p>STYLES [each styles]
{@styles.name}
[/each]</p><p><p>TOPICS [each topics]
{@topics.name}
[/each] </p><p><p>STARTED IN: [each started]
{@started.name}{@started.slug}
[/each]</p><p><p>ERA: [each eras]
{@eras.name}
[/each]<p><p>COLLABORATED WITH: [each collaborated_with]
{@post_title}
[/each] </p><p><p>FAVOURITES: [each favourite_artists]
{@post_title}
[/each]</p><p><p>INFLUENCES: [each influences]
{@post_title}
[/each]</p><p><p>SOUNDS LIKE: [each sounds_like]
{@post_title}
[/each]</p><p><p>DEDICATIONS(R.I.P.) TO: [each artist_rip]
{@post_title}
[/each]</p><p><p>ETHNICITY: [each ethnicity]
{@ethnicity.name}
[/each] </p>oh, and lastly, can the fields be comma seperated? If you see my ‘Topic’ field for example, they are all listed as one long word with no spacing.
Thanks You
The page I need help with: [log in to see the link]
- The topic ‘Template Formatting/Links’ is closed to new replies.