Ok, so I’ve decided to checkout layouts, to see whether I can achieve most of what I want to do without the usual PHP templates, and seem to have hit a stumbling block…
I have a ‘Select’ field where I’d like to retrieve the ‘label’ rather than the ‘value’.
I’ve used both of the following with no joy (I can only get the value, which isn’t very user-friendly on the front end:
{{dc:acf:post_field_setting field="vehicle_sales_status" key="choices.value"}}
{{dc:acf:post_field field="vehicle_sale_status"}}
- this returns the value, which isn’t what I want.
I’ve hunted around, and can’t see any documentation on this. I know how to do this easily enough in PHP, but want to know whether ‘layouts’ can now achieve the same?