{"id":1348206,"date":"2017-09-12T11:06:01","date_gmt":"2017-09-12T18:06:01","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/"},"modified":"2017-09-12T11:06:01","modified_gmt":"2017-09-12T18:06:01","slug":"if-tribe_events_list_the_date_headers-has-output","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/","title":{"rendered":"If tribe_events_list_the_date_headers() has output"},"content":{"rendered":"<p>In \/the-events-calendar\/src\/views\/list\/loop.php, I&#8217;d like to add a container around tribe_events_list_the_date_headers if there&#8217;s output. I don&#8217;t want empty containers if there&#8217;s no output, so the divs and tribe_events_list_the_date_headers need to be within an if statement. Is there an easy way to handle this? Right now, I&#8217;m able to achieve this by bringing most of the tribe_events_list_the_date_headers function into the template. Is there a better way?<\/p>\n<p><code><br \/>\n&lt;?php<br \/>\n\t$show_headers = apply_filters( 'tribe_events_list_show_date_headers', true );<\/p>\n<p>\tif ( $show_headers ) {<\/p>\n<p>\t\tglobal $post, $wp_query;<\/p>\n<p>\t\t$event_year = tribe_get_start_date( $post, false, 'Y' );<br \/>\n\t\t$event_month = tribe_get_start_date( $post, false, 'm' );<br \/>\n\t\t$month_year_format = tribe_get_date_option( 'monthAndYearFormat', 'F Y' );<\/p>\n<p>\t\tif ( $wp_query-&gt;current_post &gt; 0 ) {<br \/>\n\t\t\t$prev_post = $wp_query-&gt;posts[ $wp_query-&gt;current_post - 1 ];<br \/>\n\t\t\t$prev_event_year = tribe_get_start_date( $prev_post, false, 'Y' );<br \/>\n\t\t\t$prev_event_month = tribe_get_start_date( $prev_post, false, 'm' );<br \/>\n\t\t}<\/p>\n<p>\t}<br \/>\n?&gt;<\/p>\n<p>\t&lt;?php if ( $wp_query-&gt;current_post === 0 || ( $prev_event_month != $event_month || ( $prev_event_month == $event_month &amp;&amp; $prev_event_year != $event_year ) ) ) : ?&gt;<\/p>\n<p>&lt;div class=\"et_pb_row\"&gt;<br \/>\n\t\t&lt;?php tribe_events_list_the_date_headers(); ?&gt;<br \/>\n&lt;\/div&gt; &lt;!-- .et_pb_row --&gt;<\/p>\n<p>\t&lt;?php endif; ?&gt;<br \/>\n<\/code><\/p>\n","protected":false},"template":"","class_list":["post-1348206","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>If tribe_events_list_the_date_headers() has output -<\/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\/if-tribe_events_list_the_date_headers-has-output\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"If tribe_events_list_the_date_headers() has output -\" \/>\n<meta property=\"og:description\" content=\"In \/the-events-calendar\/src\/views\/list\/loop.php, I&#8217;d like to add a container around tribe_events_list_the_date_headers if there&#8217;s output. I don&#8217;t want empty containers if there&#8217;s no output, so the divs and tribe_events_list_the_date_headers need to be within an if statement. Is there an easy way to handle this? Right now, I&#8217;m able to achieve this by bringing most of the tribe_events_list_the_date_headers [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/\" \/>\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\/if-tribe_events_list_the_date_headers-has-output\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/\",\"name\":\"If tribe_events_list_the_date_headers() has output -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2017-09-12T18:06:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/#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\":\"If tribe_events_list_the_date_headers() has output\"}]},{\"@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":"If tribe_events_list_the_date_headers() has output -","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\/if-tribe_events_list_the_date_headers-has-output\/","og_locale":"en_US","og_type":"article","og_title":"If tribe_events_list_the_date_headers() has output -","og_description":"In \/the-events-calendar\/src\/views\/list\/loop.php, I&#8217;d like to add a container around tribe_events_list_the_date_headers if there&#8217;s output. I don&#8217;t want empty containers if there&#8217;s no output, so the divs and tribe_events_list_the_date_headers need to be within an if statement. Is there an easy way to handle this? Right now, I&#8217;m able to achieve this by bringing most of the tribe_events_list_the_date_headers [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/","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\/if-tribe_events_list_the_date_headers-has-output\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/","name":"If tribe_events_list_the_date_headers() has output -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2017-09-12T18:06:01+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/if-tribe_events_list_the_date_headers-has-output\/#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":"If tribe_events_list_the_date_headers() has output"}]},{"@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\/1348206","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\/1348206\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1348206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}