{"id":1104449,"date":"2016-04-19T11:07:36","date_gmt":"2016-04-19T18:07:36","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/"},"modified":"2016-05-04T09:35:06","modified_gmt":"2016-05-04T16:35:06","slug":"tribe_mini_calendar-shortcode-count-option","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/","title":{"rendered":"tribe_mini_calendar shortcode count option"},"content":{"rendered":"<p>Just wanted to alert you to a bug in the expected behaviour of the <code>[tribe_mini_calendar]<\/code> shortcode. In another thread (https:\/\/theeventscalendar.com\/support\/forums\/topic\/shortcode-to-hide-listed-events-below-calendar-widget\/) it was stated the <code>count<\/code> attr can be set to 0 to disable AJAX loading of events and instead link to the &#8220;day&#8221; page.<\/p>\n<p>This did not work for me (PHP 5.6, WP 4.5, Event Calendar Pro 4.1.2), although any other value for <code>count<\/code> works. Looking at the code in <code>src\/Tribe\/Shortcodes\/Mini_Calendar.php<\/code> it seems to me that lines 59-62<\/p>\n<p><code><\/code>`php<br \/>\n\t\t\/\/ Avoid passing an empty count argument (will cause 0 events to be listed)<br \/>\n\t\tif ( empty( $this-&gt;arguments[&#8216;count&#8217;] ) ) {<br \/>\n\t\t\tunset( $this-&gt;arguments[&#8216;count&#8217;] );<br \/>\n\t\t}<br \/>\n<code><\/code>`<\/p>\n<p>is not correct, because empty(&#8220;0&#8221;) is true. See http:\/\/php.net\/manual\/en\/function.empty.php <\/p>\n<p>I suggest replacing the conditional with <code>$this-&gt;arguments[&#039;count&#039;] === &#039;&#039;<\/code>.<\/p>\n<p>In the meantime, it does seem to be possible to work around sans hacking around by doing <code>[tribe_mini_calendar count=&quot;zero&quot;]<\/code>.<\/p>\n<p>Best,<br \/>\n@CAYdenberg<\/p>\n","protected":false},"template":"","class_list":["post-1104449","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>tribe_mini_calendar shortcode count option -<\/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\/tribe_mini_calendar-shortcode-count-option\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"tribe_mini_calendar shortcode count option -\" \/>\n<meta property=\"og:description\" content=\"Just wanted to alert you to a bug in the expected behaviour of the [tribe_mini_calendar] shortcode. In another thread (https:\/\/theeventscalendar.com\/support\/forums\/topic\/shortcode-to-hide-listed-events-below-calendar-widget\/) it was stated the count attr can be set to 0 to disable AJAX loading of events and instead link to the &#8220;day&#8221; page. This did not work for me (PHP 5.6, WP 4.5, Event [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/\" \/>\n<meta property=\"article:modified_time\" content=\"2016-05-04T16:35:06+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\/tribe_mini_calendar-shortcode-count-option\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/\",\"name\":\"tribe_mini_calendar shortcode count option -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2016-04-19T18:07:36+00:00\",\"dateModified\":\"2016-05-04T16:35:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/#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\":\"tribe_mini_calendar shortcode count option\"}]},{\"@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":"tribe_mini_calendar shortcode count option -","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\/tribe_mini_calendar-shortcode-count-option\/","og_locale":"en_US","og_type":"article","og_title":"tribe_mini_calendar shortcode count option -","og_description":"Just wanted to alert you to a bug in the expected behaviour of the [tribe_mini_calendar] shortcode. In another thread (https:\/\/theeventscalendar.com\/support\/forums\/topic\/shortcode-to-hide-listed-events-below-calendar-widget\/) it was stated the count attr can be set to 0 to disable AJAX loading of events and instead link to the &#8220;day&#8221; page. This did not work for me (PHP 5.6, WP 4.5, Event [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/","article_modified_time":"2016-05-04T16:35:06+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\/tribe_mini_calendar-shortcode-count-option\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/","name":"tribe_mini_calendar shortcode count option -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2016-04-19T18:07:36+00:00","dateModified":"2016-05-04T16:35:06+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tribe_mini_calendar-shortcode-count-option\/#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":"tribe_mini_calendar shortcode count option"}]},{"@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\/1104449","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\/1104449\/revisions"}],"predecessor-version":[{"id":1104549,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1104449\/revisions\/1104549"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1104449"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}