Using glue within [apr_loop]
-
So I am trying to loop through items and display comma separated each time excluding the last item in the list. Relevant portion of code is as below. Is there an equivalent of [apr field=”” glue=””] that can be used inside a loop?
[apr_populate field="Coach" relatedTo="Coaches"] [apr_loop] Coaches: [apr_loop1 field="Coach"]<a href="/coaches-list/{{Slug}}">{{Name}}, </a>[/apr_loop1] [/apr_loop]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Using glue within [apr_loop]’ is closed to new replies.