{"id":58545,"date":"2013-08-02T13:25:00","date_gmt":"2013-08-02T20:25:00","guid":{"rendered":"http:\/\/tri.be\/support\/forums\/topic\/date-range-and-mini-calendar-question\/"},"modified":"2015-07-07T06:27:11","modified_gmt":"2015-07-07T13:27:11","slug":"date-range-and-mini-calendar-question","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/date-range-and-mini-calendar-question\/","title":{"rendered":"Date Range and Mini Calendar Question"},"content":{"rendered":"<p>I have two questions<br \/>\n1) I&#8217;m trying to use a WP Query to select events in a date range. I want to select events from today until the next seven days. Here&#8217;s the code that I&#8217;m using&#8230;<\/p>\n<p>$current_date = date(&#8216;j M Y&#8217;);<br \/>\n$end_date = date(&#8216;j M Y&#8217;, strtotime(&#8216;+7 days&#8217;));<br \/>\n$upcoming = new WP_Query();<br \/>\n$upcoming-&gt;query( array(<br \/>\n&#8216;post_type&#8217;=&gt; &#8216;tribe_events&#8217;,<br \/>\n&#8216;eventDisplay&#8217; =&gt; &#8216;upcoming&#8217;,<br \/>\n&#8216;posts_per_page&#8217; =&gt; -1,<br \/>\n&#8216;start_date&#8217;=&gt;$current_date,<br \/>\n&#8216;end_date&#8217;=&gt;$end_date,<br \/>\n&#8216;tribe_events_cat&#8217; =&gt; &#8216;Events Area&#8217;)<br \/>\n);<br \/>\nif ($upcoming-&gt;have_posts()) :<br \/>\nwhile ($upcoming-&gt;have_posts()) :<br \/>\n$upcoming-&gt;the_post();<\/p>\n<p>\/\/excecute my stuff here<\/p>\n<p>endwhile;<br \/>\nendif;<\/p>\n<p>unfortunately this code is returning events that aren&#8217;t occurring in the next seven days. Any thoughts?<\/p>\n<p>2) The mini calendar is much improved in version three, but upon initial load of the calendar it shows my next 5 upcoming events (because that&#8217;s the setting I have chosen in the widget setting). I don&#8217;t want it to show the next 5 upcoming events. Instead I want it to only show the events for today&#8217;s date. If no events occur on today then I want it to say &#8220;No Events Today&#8221; is there any way that I can do that?<\/p>\n","protected":false},"template":"","class_list":["post-58545","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>Date Range and Mini Calendar Question -<\/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\/date-range-and-mini-calendar-question\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Date Range and Mini Calendar Question -\" \/>\n<meta property=\"og:description\" content=\"I have two questions 1) I&#8217;m trying to use a WP Query to select events in a date range. I want to select events from today until the next seven days. Here&#8217;s the code that I&#8217;m using&#8230; $current_date = date(&#8216;j M Y&#8217;); $end_date = date(&#8216;j M Y&#8217;, strtotime(&#8216;+7 days&#8217;)); $upcoming = new WP_Query(); $upcoming-&gt;query( array( [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/date-range-and-mini-calendar-question\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-07-07T13:27:11+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\/date-range-and-mini-calendar-question\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/date-range-and-mini-calendar-question\/\",\"name\":\"Date Range and Mini Calendar Question -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2013-08-02T20:25:00+00:00\",\"dateModified\":\"2015-07-07T13:27:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/date-range-and-mini-calendar-question\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/date-range-and-mini-calendar-question\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/date-range-and-mini-calendar-question\/#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\":\"Date Range and Mini Calendar Question\"}]},{\"@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":"Date Range and Mini Calendar Question -","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\/date-range-and-mini-calendar-question\/","og_locale":"en_US","og_type":"article","og_title":"Date Range and Mini Calendar Question -","og_description":"I have two questions 1) I&#8217;m trying to use a WP Query to select events in a date range. I want to select events from today until the next seven days. Here&#8217;s the code that I&#8217;m using&#8230; $current_date = date(&#8216;j M Y&#8217;); $end_date = date(&#8216;j M Y&#8217;, strtotime(&#8216;+7 days&#8217;)); $upcoming = new WP_Query(); $upcoming-&gt;query( array( [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/date-range-and-mini-calendar-question\/","article_modified_time":"2015-07-07T13:27:11+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\/date-range-and-mini-calendar-question\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/date-range-and-mini-calendar-question\/","name":"Date Range and Mini Calendar Question -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2013-08-02T20:25:00+00:00","dateModified":"2015-07-07T13:27:11+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/date-range-and-mini-calendar-question\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/date-range-and-mini-calendar-question\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/date-range-and-mini-calendar-question\/#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":"Date Range and Mini Calendar Question"}]},{"@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\/58545","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\/58545\/revisions"}],"predecessor-version":[{"id":979763,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/58545\/revisions\/979763"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=58545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}