{"id":1004113,"date":"2015-09-11T02:05:38","date_gmt":"2015-09-11T09:05:38","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/"},"modified":"2015-09-14T16:05:56","modified_gmt":"2015-09-14T23:05:56","slug":"changing-the-names-venue-and-organizer-on-the-front-end","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/","title":{"rendered":"Changing the names Venue and Organizer on the front end?"},"content":{"rendered":"<p>Hi,<br \/>\nFirstly let me just say I love your plugins and the support you give.<\/p>\n<p>Ok my question. Before the latest release I had the following code in the child theme function.php file, which was to change the names of certain front end wording. This worked fine but since the latest update the wording has returned to the default. I tried searching through the support doc&#8217;s but couldn&#8217;t find any updated code. (I closed some of the gaps between line here for ease of reading)<\/p>\n<p>\/*<br \/>\n * CHANGING ANY TEXT (STRING) IN THE EVENTS CALENDAR<br \/>\n*\/<br \/>\nfunction tribe_custom_theme_text ( $translations, $text, $domain ) {<br \/>\n\t\/\/ Put your custom text here in a key =&gt; value pair<br \/>\n\t\/\/ Example: &#8216;Text you want to change&#8217; =&gt; &#8216;This is what it will be changed to&#8217;<br \/>\n\t\/\/ The text you want to change is the key, and it is case-sensitive<br \/>\n\t\/\/ The text you want to change it to is the value<br \/>\n\t\/\/ You can freely add or remove key =&gt; values, but make sure to separate them with a comma<br \/>\n\t\/\/ This example changes the label &#8220;Venue&#8221; to &#8220;Location&#8221;, and &#8220;Related Events&#8221; to &#8220;Similar Events&#8221;<br \/>\n\t$custom_text = array(<br \/>\n\t\t&#8216;Venue&#8217; =&gt; &#8216;Meetup Location&#8217;,<br \/>\n\t\t&#8216;Other&#8217; =&gt; &#8216;Other Details&#8217;,<br \/>\n\t\t&#8216;Organizers&#8217; =&gt; &#8216;Mentor\/Guides&#8217;,<br \/>\n\t\t&#8216;Organizer&#8217; =&gt; &#8216;Mentor\/Guide&#8217;,<br \/>\n\t\t&#8216;Details&#8217; =&gt; &#8216;When\/Cost&#8217;,<br \/>\n\t\t&#8216;Out of stock!&#8217; =&gt; &#8216;Sorry this activity is fully booked&#8217;,<br \/>\n\t);<br \/>\n\t\/\/ If this text domain starts with &#8220;tribe-&#8220;, and we have replacement text<br \/>\n\tif(strpos($domain, &#8216;tribe-&#8216;) === 0 &amp;&amp; array_key_exists($text, $custom_text) ) {<br \/>\n\t\t$text = $custom_text[$text];<br \/>\n\t}<br \/>\n\treturn $text;<br \/>\n}<br \/>\nadd_filter(&#8216;gettext&#8217;, &#8216;tribe_custom_theme_text&#8217;, 20, 3);<\/p>\n<p>Any assistance would be appreciated<\/p>\n<p>Cheers<\/p>\n<p>James<\/p>\n","protected":false},"template":"","class_list":["post-1004113","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>Changing the names Venue and Organizer on the front end? -<\/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\/changing-the-names-venue-and-organizer-on-the-front-end\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Changing the names Venue and Organizer on the front end? -\" \/>\n<meta property=\"og:description\" content=\"Hi, Firstly let me just say I love your plugins and the support you give. Ok my question. Before the latest release I had the following code in the child theme function.php file, which was to change the names of certain front end wording. This worked fine but since the latest update the wording has [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-09-14T23:05:56+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\/changing-the-names-venue-and-organizer-on-the-front-end\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/\",\"name\":\"Changing the names Venue and Organizer on the front end? -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2015-09-11T09:05:38+00:00\",\"dateModified\":\"2015-09-14T23:05:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/#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\":\"Changing the names Venue and Organizer on the front end?\"}]},{\"@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":"Changing the names Venue and Organizer on the front end? -","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\/changing-the-names-venue-and-organizer-on-the-front-end\/","og_locale":"en_US","og_type":"article","og_title":"Changing the names Venue and Organizer on the front end? -","og_description":"Hi, Firstly let me just say I love your plugins and the support you give. Ok my question. Before the latest release I had the following code in the child theme function.php file, which was to change the names of certain front end wording. This worked fine but since the latest update the wording has [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/","article_modified_time":"2015-09-14T23:05:56+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\/changing-the-names-venue-and-organizer-on-the-front-end\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/","name":"Changing the names Venue and Organizer on the front end? -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2015-09-11T09:05:38+00:00","dateModified":"2015-09-14T23:05:56+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/changing-the-names-venue-and-organizer-on-the-front-end\/#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":"Changing the names Venue and Organizer on the front end?"}]},{"@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\/1004113","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\/1004113\/revisions"}],"predecessor-version":[{"id":1004393,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1004113\/revisions\/1004393"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1004113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}