{"id":1095264,"date":"2016-03-29T01:35:59","date_gmt":"2016-03-29T08:35:59","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/"},"modified":"2016-04-13T09:35:02","modified_gmt":"2016-04-13T16:35:02","slug":"solution-for-show-only-future-events-with-custom-query","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/","title":{"rendered":"solution for \u00bbshow only future events with custom query\u00ab"},"content":{"rendered":"<p>Hi there,<\/p>\n<p>maybe its still interesting for someone, <\/p>\n<p>I was able to solve this question<br \/>\n( https:\/\/theeventscalendar.com\/support\/forums\/topic\/order-of-events-showing-events-by-post-date\/#dl_post-1057609 )<\/p>\n<p>by using this code:<\/p>\n<pre><code>&lt;?php \n\n  $paged = ( get_query_var(&#039;page&#039;) ) ? get_query_var(&#039;page&#039;) : 1;\n\n  $query_args = array(\n  \t  &#039;suppress_filters&#039; =&gt; true,\n      &#039;post_type&#039; =&gt; &#039;tribe_events&#039;,\n \t   &#039;order&#039;    =&gt; &#039;DESC&#039;,\n      &#039;posts_per_page&#039; =&gt; -1,\n      &#039;paged&#039; =&gt; $paged,\n      &#039;page&#039; =&gt; $paged,\n      \n      &#039;meta_query&#039; =&gt; array( \n            array(\n                &#039;key&#039; =&gt; &#039;_EventEndDate&#039;, \n                &#039;value&#039; =&gt; date(&quot;Y-m-d&quot;), \n                &#039;compare&#039; =&gt; &#039;&gt;=&#039;, \n                &#039;type&#039; =&gt; &#039;NUMERIC,&#039; \n                )\n            ),\n      \n      \n    );\n\n  $the_query = new WP_Query( $query_args ); ?&gt;\n\n  &lt;?php if ( $the_query-&gt;have_posts() ) : ?&gt;\n\n    &lt;?php while ( $the_query-&gt;have_posts() ) : $the_query-&gt;the_post(); ?&gt;<\/code><\/pre>\n<p>Best<br \/>\nMarion<\/p>\n","protected":false},"template":"","class_list":["post-1095264","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>solution for \u00bbshow only future events with custom query\u00ab -<\/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\/solution-for-show-only-future-events-with-custom-query\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"solution for \u00bbshow only future events with custom query\u00ab -\" \/>\n<meta property=\"og:description\" content=\"Hi there, maybe its still interesting for someone, I was able to solve this question ( https:\/\/theeventscalendar.com\/support\/forums\/topic\/order-of-events-showing-events-by-post-date\/#dl_post-1057609 ) by using this code: &lt;?php $paged = ( get_query_var(&#039;page&#039;) ) ? get_query_var(&#039;page&#039;) : 1; $query_args = array( &#039;suppress_filters&#039; =&gt; true, &#039;post_type&#039; =&gt; &#039;tribe_events&#039;, &#039;order&#039; =&gt; &#039;DESC&#039;, &#039;posts_per_page&#039; =&gt; -1, &#039;paged&#039; =&gt; $paged, &#039;page&#039; =&gt; $paged, &#039;meta_query&#039; =&gt; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/\" \/>\n<meta property=\"article:modified_time\" content=\"2016-04-13T16:35:02+00:00\" \/>\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\/solution-for-show-only-future-events-with-custom-query\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/\",\"name\":\"solution for \u00bbshow only future events with custom query\u00ab -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2016-03-29T08:35:59+00:00\",\"dateModified\":\"2016-04-13T16:35:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/#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\":\"Community Events\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/community-events\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"solution for \u00bbshow only future events with custom query\u00ab\"}]},{\"@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":"solution for \u00bbshow only future events with custom query\u00ab -","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\/solution-for-show-only-future-events-with-custom-query\/","og_locale":"en_US","og_type":"article","og_title":"solution for \u00bbshow only future events with custom query\u00ab -","og_description":"Hi there, maybe its still interesting for someone, I was able to solve this question ( https:\/\/theeventscalendar.com\/support\/forums\/topic\/order-of-events-showing-events-by-post-date\/#dl_post-1057609 ) by using this code: &lt;?php $paged = ( get_query_var(&#039;page&#039;) ) ? get_query_var(&#039;page&#039;) : 1; $query_args = array( &#039;suppress_filters&#039; =&gt; true, &#039;post_type&#039; =&gt; &#039;tribe_events&#039;, &#039;order&#039; =&gt; &#039;DESC&#039;, &#039;posts_per_page&#039; =&gt; -1, &#039;paged&#039; =&gt; $paged, &#039;page&#039; =&gt; $paged, &#039;meta_query&#039; =&gt; [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/","article_modified_time":"2016-04-13T16:35:02+00:00","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\/solution-for-show-only-future-events-with-custom-query\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/","name":"solution for \u00bbshow only future events with custom query\u00ab -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2016-03-29T08:35:59+00:00","dateModified":"2016-04-13T16:35:02+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/solution-for-show-only-future-events-with-custom-query\/#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":"Community Events","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/community-events\/"},{"@type":"ListItem","position":5,"name":"solution for \u00bbshow only future events with custom query\u00ab"}]},{"@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\/1095264","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":1,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1095264\/revisions"}],"predecessor-version":[{"id":1095292,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1095264\/revisions\/1095292"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1095264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}