Hey @keraweb
I’ll look into the PHP option and watch keenly the progress for the feature update on GitHub.
Cheers,
Rick
Thanks @keraweb
I amended the 2 lines of code as per your suggestion. (i accidentally added an ‘s’ in my example).
but it did not work.
[if trip_location.name]<div class="location-name"><strong>Location: </strong>{@trip_location.name}</div>[/if]
[if trip_location.location_address]<div class="location-address">{@trip_location.location_address}</div>[/if]
I then tried the following code:
[if trip_location]
<div class="location-name"><strong>Location: </strong{@trip_location.name}</div>
[if trip_location.location_address]<div class="location-address">{@trip_location.location_address}</div>[/if]
[/if]
and that worked if there was no location taxonomy assigned to the trip.
But if there was one it only showed the location and no location address.
See example here please see example here
There should be a line below location that displays the address with a css pointer icon.
Any other ideas?
Cheers,
Rick