I am working with Essential Grid and I have the shortcode working within, such as:
[tribe_event_inline id=%post_id%]
<b>LOCATION:</b>{venue_city}, {venue_state}<br />
<b>DATE/TIME:</b> {start_date}<br />
<b>PLACE:</b> {venue:name}<br />
<b>ADDRESS:</b> {venue_address}<br />
<b>TIME:</b> {start_time} – {end_time}
[/tribe_event_inline]
However, I am trying to list the city and state separate from the ADDRESS. Is that possible?
Right now I’m seeing:
LOCATION:{venue_city} instead of the actual city name.
Please advise,
Louise