Code to display listing attribute that comes from select, checkbox, or radio fields

Hi,

Yes, selectable attributes store the selected (or an array) of objects (terms), but you can reference their fields via a double underscore, for example:

$listing->get_currency__name()

It should return EUR if it’s a single selection attribute, if it allows multiple selection then it’ll return an array of currency names.