Home › Forums › Calendar Products › Events Calendar PRO › Changing "Organizer" spelling?
- This topic has 6 replies, 2 voices, and was last updated 8 years, 6 months ago by
twi.
-
AuthorPosts
-
September 26, 2017 at 6:00 am #1354858
twi
ParticipantHi,
Is there anyway to change Organizer to Organiser?
http://twi.gaslamp.digital/event/neuroscience-leadership-cpd/
Regards
September 26, 2017 at 12:40 pm #1355165Geoff B.
MemberGood afternoon Tom and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.You could apply the following snippet in the functions.php file of your theme (without the PHP tag at the top): https://gist.github.com/andrasguseo/29903a974cb84060957881c17613c278
You can also use the following approach as an alternative: https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/
Let me know how that goes.
Best regards,
Geoff B.October 3, 2017 at 5:53 am #1358226twi
ParticipantHi, thank you for this.
I have added the below to my php snippet plugin but it did not change Venue to Location. Am I doing something wrong?
function tribe_custom_theme_text_with_context ( $translation, $text, $context, $domain ) {
// Put your custom text here in a key => value pair
// Example: ‘Text you want to change’ => ‘This is what it will be changed to’
// The text you want to change is the key, and it is case-sensitive
// The text you want to change it to is the value
// You can freely add or remove key => values, but make sure to separate them with a comma
// This example changes the label “Venue” to “Location”, and “Related Events” to “Similar Events”
$custom_text = array(
‘Venue’ => ‘Location’,
);}
October 3, 2017 at 5:54 am #1358227October 3, 2017 at 11:36 pm #1358716Geoff B.
MemberGood evening Tom,
Thank you for writing back.
I am sorry that did not work. As you can read in the article I referenced previously, you actually need to tweak the snippet to target the strings you want to modify before pasting it in your theme’s functions.php file.
In this case that would mean replacing ‘Venue’ => ‘Location’ by something like ‘Organizer’ => ‘Organiser’.
In any case , I think you might actually prefer the following extension which is super user-friendly: https://theeventscalendar.com/extensions/change-labels-events-venues-organizers/
Let me know how that goes.
Best regards,
Geoff B.October 25, 2017 at 9:35 am #1368755Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Changing "Organizer" spelling?’ is closed to new replies.
