To be a clearer, I’m trying to get the Event Description to display in the Event template page..
I see your instruction:
eventbrite_event_organizer()
Access the current event’s organizer properties: description, logo, resource_uri, id, name, url, num_past_events, num_future_events
Then I tried to display the description by:
echo eventbrite_event_organizer()->description;
But got the error message as following:
Catchable fatal error: Object of class stdClass could not be converted to string i…
Could you help me how to get and display the event description?
Regards,
Bryan.