{"id":1320930,"date":"2017-07-13T16:09:04","date_gmt":"2017-07-13T23:09:04","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/"},"modified":"2017-07-13T16:09:04","modified_gmt":"2017-07-13T23:09:04","slug":"relabeling-the-venue-organizer-sections-in-event-meta","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/","title":{"rendered":"Relabeling the Venue &amp; Organizer sections in event meta"},"content":{"rendered":"<p>Hello might someone help us better understand this? The instructions are as follows;..<\/p>\n<p>Customizing the terms for Organizer and Venue globally across your site is actually pretty simple once you know how to do it. All it takes is adding some code to your theme\u2019s functions.php file.<\/p>\n<p>Add the code below to your theme\u2019s functions.php, making sure to change the singular and plural versions of your Organizers\/Venues to your desired text.<\/p>\n<p>We are not certain on exactly which instances of the &#8220;singular and plural versions&#8221; we are to remove? Thank you<\/p>\n<p>\/\/ Single venue<br \/>\nadd_filter( &#8216;tribe_venue_label_singular&#8217;, &#8216;change_single_venue_label&#8217; );<br \/>\nfunction change_single_venue_label() {<br \/>\n    return &#8216;Company&#8217;;<br \/>\n}<br \/>\nadd_filter( &#8216;tribe_venue_label_singular_lowercase&#8217;, &#8216;change_single_venue_label_lowercase&#8217; );<br \/>\nfunction change_single_venue_label_lowercase() {<br \/>\n    return &#8216;company&#8217;;<br \/>\n}<\/p>\n<p>\/\/ Plural venue<br \/>\nadd_filter( &#8216;tribe_venue_label_plural&#8217;, &#8216;change_plural_venue_label&#8217; );<br \/>\nfunction change_plural_venue_label() {<br \/>\n    return &#8216;Companies&#8217;;<br \/>\n}<br \/>\nadd_filter( &#8216;tribe_venue_label_plural_lowercase&#8217;, &#8216;change_plural_venue_label_lowercase&#8217; );<br \/>\nfunction change_plural_venue_label_lowercase() {<br \/>\n    return &#8216;companies&#8217;;<br \/>\n}<\/p>\n<p>\/\/ Single organizer<br \/>\nadd_filter( &#8216;tribe_organizer_label_singular&#8217;, &#8216;change_single_organizer_label&#8217; );<br \/>\nfunction change_single_organizer_label() {<br \/>\n    return &#8216;Speaker&#8217;;<br \/>\n}<br \/>\nadd_filter( &#8216;tribe_organizer_label_singular_lowercase&#8217;, &#8216;change_single_organizer_label_lowercase&#8217; );<br \/>\nfunction change_single_organizer_label_lowercase() {<br \/>\n    return &#8216;speaker&#8217;;<br \/>\n}<\/p>\n<p>\/\/ Plural organizer<br \/>\nadd_filter( &#8216;tribe_organizer_label_plural&#8217;, &#8216;change_plural_organizer_label&#8217; );<br \/>\nfunction change_plural_organizer_label() {<br \/>\n    return &#8216;Speakers&#8217;;<br \/>\n}<br \/>\nadd_filter( &#8216;tribe_organizer_label_plural_lowercase&#8217;, &#8216;change_plural_organizer_label_lowercase&#8217; );<br \/>\nfunction change_plural_organizer_label_lowercase() {<br \/>\n    return &#8216;speakers&#8217;;<br \/>\n}<\/p>\n","protected":false},"template":"","class_list":["post-1320930","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>Relabeling the Venue &amp; Organizer sections in event meta -<\/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\/relabeling-the-venue-organizer-sections-in-event-meta\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Relabeling the Venue &amp; Organizer sections in event meta -\" \/>\n<meta property=\"og:description\" content=\"Hello might someone help us better understand this? The instructions are as follows;.. Customizing the terms for Organizer and Venue globally across your site is actually pretty simple once you know how to do it. All it takes is adding some code to your theme\u2019s functions.php file. Add the code below to your theme\u2019s functions.php, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/\" \/>\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\/relabeling-the-venue-organizer-sections-in-event-meta\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/\",\"name\":\"Relabeling the Venue &amp; Organizer sections in event meta -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2017-07-13T23:09:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/#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\":\"Relabeling the Venue &amp; Organizer sections in event meta\"}]},{\"@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":"Relabeling the Venue &amp; Organizer sections in event meta -","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\/relabeling-the-venue-organizer-sections-in-event-meta\/","og_locale":"en_US","og_type":"article","og_title":"Relabeling the Venue &amp; Organizer sections in event meta -","og_description":"Hello might someone help us better understand this? The instructions are as follows;.. Customizing the terms for Organizer and Venue globally across your site is actually pretty simple once you know how to do it. All it takes is adding some code to your theme\u2019s functions.php file. Add the code below to your theme\u2019s functions.php, [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/","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\/relabeling-the-venue-organizer-sections-in-event-meta\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/","name":"Relabeling the Venue &amp; Organizer sections in event meta -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2017-07-13T23:09:04+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/relabeling-the-venue-organizer-sections-in-event-meta\/#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":"Relabeling the Venue &amp; Organizer sections in event meta"}]},{"@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\/1320930","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\/1320930\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1320930"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}