{"id":1471353,"date":"2018-03-06T10:12:25","date_gmt":"2018-03-06T18:12:25","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/"},"modified":"2018-03-06T10:12:25","modified_gmt":"2018-03-06T18:12:25","slug":"exclude-a-certain-category-of-events-showing-in-calendar-view","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/","title":{"rendered":"Exclude A Certain Category of Events showing in Calendar View"},"content":{"rendered":"<p>Dear Sirs,<\/p>\n<p>I want to exclude certain categories of events in the calendar view but show on a separate listing page. I have found the following associated code see below from GIST:<\/p>\n<p>\/\/ Removes categories &#8220;dance&#8221; and &#8220;concert&#8221; from list and month views<br \/>\nadd_action( &#8216;pre_get_posts&#8217;, &#8216;exclude_events_category&#8217; );<\/p>\n<p>function exclude_events_category( $query ) {<\/p>\n<p>if ( $query-&gt;query_vars[&#8216;eventDisplay&#8217;] == &#8216;list&#8217; &amp;&amp; !is_tax(Tribe__Events__Main::TAXONOMY) || $query-&gt;query_vars[&#8216;eventDisplay&#8217;] == &#8216;month&#8217; &amp;&amp; $query-&gt;query_vars[&#8216;post_type&#8217;] == TribeEvents::POSTTYPE &amp;&amp; !is_tax(Tribe__Events__Main::TAXONOMY) &amp;&amp; empty( $query-&gt;query_vars[&#8216;suppress_filters&#8217;] ) ) {<\/p>\n<pre><code>$query-&amp;gt;set( 'tax_query', array(\n\n    array(\n        'taxonomy' =&amp;gt; Tribe__Events__Main::TAXONOMY,\n        'field' =&amp;gt; 'slug',\n        'terms' =&amp;gt; array('dance', 'concert'),\n        'operator' =&amp;gt; 'NOT IN'\n    )\n    )\n);\n<\/code><\/pre>\n<p>}<br \/>\nreturn $query;<br \/>\n}<\/p>\n<p>Can you please tell me where this should be placed as I am not sure<\/p>\n<p>Many thanks<\/p>\n","protected":false},"template":"","class_list":["post-1471353","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>Exclude A Certain Category of Events showing in Calendar View -<\/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\/exclude-a-certain-category-of-events-showing-in-calendar-view\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exclude A Certain Category of Events showing in Calendar View -\" \/>\n<meta property=\"og:description\" content=\"Dear Sirs, I want to exclude certain categories of events in the calendar view but show on a separate listing page. I have found the following associated code see below from GIST: \/\/ Removes categories &#8220;dance&#8221; and &#8220;concert&#8221; from list and month views add_action( &#8216;pre_get_posts&#8217;, &#8216;exclude_events_category&#8217; ); function exclude_events_category( $query ) { if ( $query-&gt;query_vars[&#8216;eventDisplay&#8217;] [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/\" \/>\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\/exclude-a-certain-category-of-events-showing-in-calendar-view\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/\",\"name\":\"Exclude A Certain Category of Events showing in Calendar View -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2018-03-06T18:12:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/#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\":\"Exclude A Certain Category of Events showing in Calendar View\"}]},{\"@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":"Exclude A Certain Category of Events showing in Calendar View -","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\/exclude-a-certain-category-of-events-showing-in-calendar-view\/","og_locale":"en_US","og_type":"article","og_title":"Exclude A Certain Category of Events showing in Calendar View -","og_description":"Dear Sirs, I want to exclude certain categories of events in the calendar view but show on a separate listing page. I have found the following associated code see below from GIST: \/\/ Removes categories &#8220;dance&#8221; and &#8220;concert&#8221; from list and month views add_action( &#8216;pre_get_posts&#8217;, &#8216;exclude_events_category&#8217; ); function exclude_events_category( $query ) { if ( $query-&gt;query_vars[&#8216;eventDisplay&#8217;] [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/","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\/exclude-a-certain-category-of-events-showing-in-calendar-view\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/","name":"Exclude A Certain Category of Events showing in Calendar View -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2018-03-06T18:12:25+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/exclude-a-certain-category-of-events-showing-in-calendar-view\/#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":"Exclude A Certain Category of Events showing in Calendar View"}]},{"@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\/1471353","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\/1471353\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1471353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}