{"id":1485951,"date":"2018-03-22T08:51:00","date_gmt":"2018-03-22T15:51:00","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/"},"modified":"2018-03-22T08:51:00","modified_gmt":"2018-03-22T15:51:00","slug":"change-template","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/","title":{"rendered":"change template"},"content":{"rendered":"<p>if this code work to load a custom template when on events\/month <\/p>\n<pre><code>add_filter(&#039;gettext&#039;, &#039;tribe_custom_theme_text&#039;, 20, 3);\n\nfunction tribe_theme_template_chooser ( $template ) {\n\n\tif ( ! tribe_is_event() ) return $template;\n\n\t\/*\n\t * Example for changing the template for the single-event page to custom-page-template.php\n\t * Template is usually set to \/plugins\/the-events-calendar\/src\/views\/default-template.php\n\t * You might wish to include some things from that template in your custom one, such as\n\t * the function tribe_get_view() which helps format the content within your template.\n\t * You can modify this example to set the template for any tribe page. Month view could be\n\t * modified by instead using the tribe_is_month() condition.\n\t *\/\n\n\t\/\/ Single event page\n\tif ( is_single() ) {\n\t\t$template = locate_template( &#039;single_event1.php&#039; );\n\t}\n\tif ( tribe_is_month() ) {\n\t\t$template = locate_template( &#039;tpl-full-width-with-google-ads.php&#039; );\n\t}\n\t\n\treturn $template;\n\t\n\t\n}<\/code><\/pre>\n<p>then why wont this code work to do the same for maps view ??<\/p>\n<pre><code>\tif ( tribe_is_map() ) {\n\t\t$template = locate_template( &#039;tpl-full-width-with-google-ads.php&#039; );\n\t}\n\t\n\treturn $template;<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-1485951","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>change template -<\/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\/change-template\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"change template -\" \/>\n<meta property=\"og:description\" content=\"if this code work to load a custom template when on events\/month add_filter(&#039;gettext&#039;, &#039;tribe_custom_theme_text&#039;, 20, 3); function tribe_theme_template_chooser ( $template ) { if ( ! tribe_is_event() ) return $template; \/* * Example for changing the template for the single-event page to custom-page-template.php * Template is usually set to \/plugins\/the-events-calendar\/src\/views\/default-template.php * You might wish to include [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/\" \/>\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\/change-template\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/\",\"name\":\"change template -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2018-03-22T15:51:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/#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\":\"change template\"}]},{\"@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":"change template -","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\/change-template\/","og_locale":"en_US","og_type":"article","og_title":"change template -","og_description":"if this code work to load a custom template when on events\/month add_filter(&#039;gettext&#039;, &#039;tribe_custom_theme_text&#039;, 20, 3); function tribe_theme_template_chooser ( $template ) { if ( ! tribe_is_event() ) return $template; \/* * Example for changing the template for the single-event page to custom-page-template.php * Template is usually set to \/plugins\/the-events-calendar\/src\/views\/default-template.php * You might wish to include [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/","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\/change-template\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/","name":"change template -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2018-03-22T15:51:00+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-template\/#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":"change template"}]},{"@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\/1485951","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\/1485951\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1485951"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}