Unable to get [each] working correctly with URLS
-
Here is part of my Pods template:
<div class="database_column_five"> Buyer<p></p> <b><a href="{@buyer.permalink}">{@buyer}</a></b> </div> <div class="database_column_six"> Underbidders<p></p> <b><a href="{@underbidders.permalink}">{@underbidders}</a></b> </div><p></p>
In the first div shown, the link works perfectly – there is only one “buyer” shown.
In teh second div, there could be multiple “underbidders” and when that is the case, a list is displayed with one long URL which is broken. I’ve tried:
<div class="database_column_five"> Buyer<p></p> <b><a href="{@buyer.permalink}">{@buyer}</a></b> </div> <div class="database_column_six"> Underbidders<p></p> [each underbidders]<b><a href="{@underbidders.permalink}">{@underbidders}</a></b>, [/each] </div><p></p>
But this displays no text except for the comma.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unable to get [each] working correctly with URLS’ is closed to new replies.