How do you get a single event’s meta data within a custom query?
-
Is it possible to return the meta data of an ai1ec_event from a WP_Query (date of the event, event price, location, etc.)?
From within the loop I’ve been able to get the title, content, and permalinks using the standard functions but it’s not clear to me how to access the event’s meta data.
I’ve tried finding it with
get_post_custom($post_id)
,get_post_meta($post_id)
but the data I’m looking for doesn’t seem to be associated with the post in the traditional manner.How would I find this data?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How do you get a single event’s meta data within a custom query?’ is closed to new replies.