{"id":1540034,"date":"2018-05-28T05:21:00","date_gmt":"2018-05-28T12:21:00","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/"},"modified":"2018-05-28T05:21:00","modified_gmt":"2018-05-28T12:21:00","slug":"adding-all-recurring-events-to-event-meta-details","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/","title":{"rendered":"Adding all recurring events to event meta details"},"content":{"rendered":"<p>Hi,<\/p>\n<p>I have Events Calendar Pro with recurring events. On the single event meta details I would like to show all the recurring events, not only the single day as it is by default.<\/p>\n<p>I found some code snippets and I have added this to my themes \/tribe-events\/modules\/meta\/details.php:<\/p>\n<pre><code>if(tribe_is_recurring_event( get_the_ID() ) ):\n\t\t    $post = get_post( $event_id );\n\t\t    $parent_id = $post-&gt;post_parent;\n\n\t\t    if ( !$parent_id ) $parent_id = $event_id;\n\n\t\t\t\t$recurrence_args = array(\n\t\t\t\t\t&#039;post_parent&#039;    =&gt; $parent_id,\n\t\t\t\t\t&#039;meta_key&#039;       =&gt; &#039;_EventStartDate&#039;,\n\t\t\t\t\t&#039;orderby&#039;        =&gt; &#039;meta_key&#039;,\n\t\t\t\t\t&#039;order&#039;          =&gt; &#039;ASC&#039;,\n\t\t\t\t\t&#039;fields&#039;         =&gt; &#039;ids&#039;,\n\t\t\t\t\t&#039;posts_per_page&#039; =&gt; -1,\n\t\t\t\t);\n\n\t\t\t\t$child_events = tribe_get_events( $recurrence_args );\n\n\t\t    if ( !empty ($child_events) ):\n\t\t\t\t\tforeach( $child_events as $key =&gt; $value ) {\n\t\t\t\t\t\t\techo &#039;&lt;dd&gt;&lt;abbr class=&quot;tribe-events-abbr tribe-events-start-date published dtstart&quot;&gt;&#039; . tribe_get_start_date( $value, false ) . &#039;&lt;\/abbr&gt;&lt;\/dd&gt;&#039;;\n\t\t\t\t\t}\n\t\t\t\tendif;<\/code><\/pre>\n<p>But the problem is that e.g. if I have two events, this will show the date of the second event on both events meta. I would like that it lists both events.<\/p>\n<p>If I have two events:<br \/>\n10.10.2018<br \/>\n12.12.2018<\/p>\n<p>When viewing the 10.10.2018 event I would like to see in the meta details both event date:<br \/>\n10.10.2018<br \/>\n12.12.2018<\/p>\n<p>Thanks!<\/p>\n","protected":false},"template":"","class_list":["post-1540034","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Adding all recurring events to event meta details -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Adding all recurring events to event meta details -\" \/>\n<meta property=\"og:description\" content=\"Hi, I have Events Calendar Pro with recurring events. On the single event meta details I would like to show all the recurring events, not only the single day as it is by default. I found some code snippets and I have added this to my themes \/tribe-events\/modules\/meta\/details.php: if(tribe_is_recurring_event( get_the_ID() ) ): $post = get_post( [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/\",\"name\":\"Adding all recurring events to event meta details -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2018-05-28T12:21:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendar Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Events Calendar PRO\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Adding all recurring events to event meta details\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Adding all recurring events to event meta details -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/","og_locale":"en_US","og_type":"article","og_title":"Adding all recurring events to event meta details -","og_description":"Hi, I have Events Calendar Pro with recurring events. On the single event meta details I would like to show all the recurring events, not only the single day as it is by default. I found some code snippets and I have added this to my themes \/tribe-events\/modules\/meta\/details.php: if(tribe_is_recurring_event( get_the_ID() ) ): $post = get_post( [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/","name":"Adding all recurring events to event meta details -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2018-05-28T12:21:00+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/adding-all-recurring-events-to-event-meta-details\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Calendar Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/"},{"@type":"ListItem","position":4,"name":"Events Calendar PRO","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/"},{"@type":"ListItem","position":5,"name":"Adding all recurring events to event meta details"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1540034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1540034\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1540034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}