{"id":1896489,"date":"2019-10-18T13:19:14","date_gmt":"2019-10-18T17:19:14","guid":{"rendered":"https:\/\/theeventscalendar.com\/knowledgebase\/events-calendar-pro-wordpress-post-meta-data\/"},"modified":"2026-04-22T01:17:21","modified_gmt":"2026-04-22T05:17:21","slug":"wordpress-post-meta","status":"publish","type":"post","link":"https:\/\/theeventscalendar.com\/knowledgebase\/wordpress-post-meta\/","title":{"rendered":"Events Calendar Post Meta Keys"},"content":{"rendered":"\n<p>These are The Events Calendar&#8217;s&nbsp;<a href=\"http:\/\/codex.wordpress.org\/Custom_Fields\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Post Meta (also known as WordPress Custom Fields)<\/a> keys and values as they appear in the post_meta database table. These can be useful in custom WP Queries, plugin modifications, and in understanding where and how our plugin stores settings and information. They are four sections, and each key is listed in alphabetical order in their respective sections.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"cpt\">Event Custom Post Type<\/h3>\n\n\n\n<dl>\n<dt><\/dt>\n<dt>_EventAllDay<\/dt>\n<dd>Specifies an&nbsp;all day event.<\/dd>\n<dd>Only one possible&nbsp;value: &#8220;yes&#8221;. Unset or do not specify if this is not an all day event.<\/dd>\n<dt>_EventDuration<\/dt>\n<dd>Duration of event specified in minutes.<\/dd>\n<dt>_EventCost<\/dt>\n<dd>Cost of the event.<\/dd>\n<dd>Should be a numeric value.&nbsp;0 = free.<\/dd>\n<dd>Only used if no ticketing plugin is active.<\/dd>\n<dt>_EventCurrencyPosition<\/dt>\n<dd>Possible values: &#8220;prefix&#8221;, &#8220;suffix&#8221;.<\/dd>\n<dd>Only used if no ticketing plugin is active.<\/dd>\n<dt>_EventCurrencySymbol<\/dt>\n<dd>String indicating the currency.<\/dd>\n<dd>Only used if no ticketing plugin is active.<\/dd>\n<dt>_EventEndDate<\/dt>\n<dd>End Date and time of event in this format YYYY-MM-DD HH:MM:SS<\/dd>\n<dt>_EventHideFromUpcoming<\/dt>\n<dd>Specifies if the event will be hidden from list\/upcoming views.<\/dd>\n<dd>Possible values: &#8220;yes&#8221;,&nbsp;or &#8220;&#8221;.<\/dd>\n<dt>_EventOrganizerID<\/dt>\n<dd>Post ID from wp_posts table for event this event&#8217;s organizer.<\/dd>\n<dt>_EventOrigin<\/dt>\n<dd>Method through which&nbsp;the&nbsp;event was added.<\/dd>\n<dd>Example values: &#8220;events-calendar&#8221;.<\/dd>\n<dt>_EventShowMap<\/dt>\n<dd>Specifies whether to display a map on the events page.<\/dd>\n<dd>Possible values: &#8220;TRUE&#8221;, &#8220;FALSE&#8221;, or &#8220;&#8221;.<\/dd>\n<dt>_EventShowMapLink<\/dt>\n<dd>Specifies whether to link to a third party mapping service with a map pin&nbsp;on&nbsp;the event location.<\/dd>\n<dd>Possible values: &#8220;TRUE&#8221;, &#8220;FALSE&#8221;, or &#8220;&#8221;.<\/dd>\n<dt>_EventShowTickets<\/dt>\n<dd>Only one possible&nbsp;value: &#8220;yes&#8221;.<\/dd>\n<dt>_EventStartDate<\/dt>\n<dd>Start date and time of event in this format YYYY-MM-DD HH:MM:SS<\/dd>\n<dt>_EventURL<\/dt>\n<dd>Optional link to an event&#8217;s website\/page for more info.<\/dd>\n<dd>Value&nbsp;is preferably a full URI. If a URL is specified instead the plugin will do its best.<\/dd>\n<dt>_EventVenueID<\/dt>\n<dd>Post ID from wp_posts table for event this event&#8217;s venue.<\/dd>\n<dd><\/dd>\n<\/dl>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"venue\">Venue Custom Post Type<\/h3>\n\n\n\n<dl>\n<dt><\/dt>\n<dt>_VenueAddress<\/dt>\n<dd>Address line(s).<\/dd>\n<dt>_VenueCity<\/dt>\n<dd>City name.<\/dd>\n<dt>_VenueCountry<\/dt>\n<dd>Country name.<\/dd>\n<dt>_VenueGeoAddress<\/dt>\n<dd>Full address&nbsp;used to get the geopoints from&nbsp;Google Maps.<\/dd>\n<dt>_VenueLat<\/dt>\n<dd>Latitude of the venue.<\/dd>\n<dt>_VenueLng<\/dt>\n<dd>Longitude&nbsp;of the venue.<\/dd>\n<dt>_VenueOrigin<\/dt>\n<dd>Method through which&nbsp;the Venue&nbsp;was added.<\/dd>\n<dd>Example values: &#8220;events-calendar&#8221;.<\/dd>\n<dt>_VenuePhone<\/dt>\n<dd>Telephone number.<\/dd>\n<dt>_VenueProvince<\/dt>\n<dd>If the country is not the United States&nbsp;this contains the full text value of the state\/province.<\/dd>\n<dt>_VenueShowMap<\/dt>\n<dd>Specifies whether to display a map on the venue&nbsp;page.<\/dd>\n<dd>Possible values: &#8220;TRUE&#8221;, &#8220;FALSE&#8221;, or &#8220;&#8221;.<\/dd>\n<dt>_VenueShowMapLink<\/dt>\n<dd>Specifies whether to link to a third party mapping service with a map pin&nbsp;on&nbsp;the venue&nbsp;location.<\/dd>\n<dd>Possible values: &#8220;TRUE&#8221;, &#8220;FALSE&#8221;, or &#8220;&#8221;.<\/dd>\n<dt>_VenueState<\/dt>\n<dd>For events in the United States this contains the two letter state code.<\/dd>\n<dt>_VenueStateProvince<\/dt>\n<dd>If the country is set the United States&nbsp;the value is identical to&nbsp;_VenueState. If country is somewhere else then this value matches&nbsp;_VenueProvince.<\/dd>\n<dt>_VenueURL<\/dt>\n<dd>Optional link to&nbsp;the venue&#8217;s website\/page for more info.<\/dd>\n<dd>Value&nbsp;is preferably a full URI. If a URL is specified instead the plugin will do its best.<\/dd>\n<dt>_VenueZip<\/dt>\n<dd>Zip\/postal code.<\/dd>\n<\/dl>\n\n\n\n<dl>\n<dd><\/dd>\n<\/dl>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"organizer\">Organizer Custom Post Type<\/h3>\n\n\n\n<dl>\n<dt><\/dt>\n<dt>_OrganizerEmail<\/dt>\n<dd>Email address.<\/dd>\n<dt>_OrganizerOrganizer<\/dt>\n<dd>Title of the organizer.<\/dd>\n<dt>_OrganizerOrigin<\/dt>\n<dd>Method through which the Organizer was added.<\/dd>\n<dd>Example values: &#8220;events-calendar&#8221;.<\/dd>\n<dt>_OrganizerPhone<\/dt>\n<dd>Telephone number.<\/dd>\n<dt>_OrganizerWebsite<\/dt>\n<dd>Optional link to&nbsp;the organizer&#8217;s&nbsp;website\/page for more info.<\/dd>\n<dd>Value&nbsp;is preferably a full URI. If a URL is specified instead the plugin will do its best.<\/dd>\n<\/dl>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"misc\">Miscellaneous<\/h3>\n\n\n\n<dl>\n<dt><\/dt>\n<dt>_tribe_<em>[Shopping Cart Name]<\/em>_for_event<\/dt>\n<dd>Added to products which are actually a ticket for a given event.<\/dd>\n<dd>Value is the event Post ID.<\/dd>\n<\/dl>\n","protected":false},"excerpt":{"rendered":"<p>These are The Events Calendar&#8217;s&nbsp;WordPress Post Meta (also known as WordPress Custom Fields) keys and values as they appear in the post_meta database table. These can be useful in custom WP Queries, plugin modifications, and in understanding where and how our plugin stores settings and information. They are four sections, and each key is listed&#8230;<\/p>\n","protected":false},"author":84,"featured_media":1955565,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_swpsp_post_exclude":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"ep_exclude_from_search":false,"footnotes":""},"categories":[84],"tags":[25],"stellar-product-taxonomy":[158],"class_list":["post-1896489","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-theming-overview","tag-customizations","stellar-product-taxonomy-events-calendar-pro"],"acf":[],"taxonomy_info":{"category":[{"value":84,"label":"Templating &amp; Layout"}],"post_tag":[{"value":25,"label":"Customizations"}],"stellar-product-taxonomy":[{"value":158,"label":"Events Calendar Pro"}]},"featured_image_src_large":["https:\/\/images.theeventscalendar.com\/kb\/uploads\/2023\/02\/social-share-1024x538.png",1024,538,true],"author_info":{"display_name":"The Events Calendar Team","author_link":"https:\/\/theeventscalendar.com\/knowledgebase\/author\/the_events_calendar_team\/"},"comment_info":0,"category_info":[{"term_id":84,"name":"Templating &amp; Layout","slug":"theming-overview","term_group":0,"term_taxonomy_id":84,"taxonomy":"category","description":"","parent":24,"count":21,"filter":"raw","term_order":"0","cat_ID":84,"category_count":21,"category_description":"","cat_name":"Templating &amp; Layout","category_nicename":"theming-overview","category_parent":24}],"tag_info":[{"term_id":25,"name":"Customizations","slug":"customizations","term_group":0,"term_taxonomy_id":25,"taxonomy":"post_tag","description":"","parent":0,"count":31,"filter":"raw","term_order":"0"}],"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/1896489","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/users\/84"}],"replies":[{"embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/comments?post=1896489"}],"version-history":[{"count":3,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/1896489\/revisions"}],"predecessor-version":[{"id":1969956,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/1896489\/revisions\/1969956"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/media\/1955565"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/media?parent=1896489"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/categories?post=1896489"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/tags?post=1896489"},{"taxonomy":"stellar-product-taxonomy","embeddable":true,"href":"https:\/\/theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/stellar-product-taxonomy?post=1896489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}