Display List Items
Our copyright statuses are in a list, but I'm failing to get them to display on the front end. What's the magic sauce of field codes and list codes?
Or show only a particular type of date, where date types are in a list?
I've tried {{{ <ifdef code="ca_objects.date.dates_value.created"><H6>Creation Date:</H6>^ca_objects.date.dates_value.created<br/></ifdef>}}}
But this still shows all dates associated with an item.
Comments
same problem here - no way to display list values in front end...
Couldn't find any mentions in documentation either
You should check the list items have their Access status set to Public.
That was the problem, thank you mbutel!