I want to create a loop to grab fields from a single item which could be one of several post types. I’m sending the id of the item to the template as a variable, e.g. pid="12345"
This isn’t working:
<Loop custom_field="id" custom_field_value="{Get local=pid}" >
Cheers, Richard