Home › Forums › Calendar Products › Events Calendar PRO › relabeling terms
- This topic has 5 replies, 2 voices, and was last updated 12 years ago by
Casey.
-
AuthorPosts
-
June 17, 2014 at 6:07 am #231206
fitbycai
ParticipantHi!
I want to rename the event category and event tags, how do i do this?
thanks!
June 17, 2014 at 7:11 am #231313Casey
Participantfitbycai,
Thanks for getting in touch! Could you clarify your question a bit for me? Are you wanting to change the names of some of your Event Categories and tags, or are you wanting to change the ‘Event Category’ and ‘Event Tags’ labels on the single event page?Thanks! 🙂
-Casey-
June 17, 2014 at 7:54 am #231378fitbycai
ParticipantHi!
Sorry for that Casey!What i want to do is to rename the “Event Category” and “Event Tags” on the single event page and also on the filter bar.
I want to rename these to “Country” and “Distance”.
I also would want to change the name “Venue” to “Location”, i tried using the tutorial i found on vimeo but it crasched my website. nothing loaded, just a white screen.
Hope this clarifies what I’m trying to do and need help with 🙂 Great plugin otherwise!
June 17, 2014 at 9:32 am #231577Casey
Participantfitbycai,
Yes, you can do this by performing a template override (check out our themer’s guide to learn more about how to do this) on ‘the-events-calendar/views/modules/meta/details.php’ and look for the following code: https://gist.github.com/ckpicker/4b952aeb705a4692568eTo change the categories label, you’ll want to modify this code:
'label' => null,
And change null to something like ‘Countries’.
To change the tags label, you’ll want to modify this code:
tribe_meta_event_tags( __( 'Event Tags:', 'tribe-events-calendar' ), ', ', false )
And change ‘Events Tags:’ to something like ‘Distance’ or whatever you desire.
Give that a try and let me know if you have further questions. Thanks! 🙂
-Casey-
June 18, 2014 at 1:35 am #232813fitbycai
Participantthanks!
June 18, 2014 at 6:06 am #233083Casey
ParticipantThanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/lo
Thanks in advance. 🙂
Cheers,
Casey -
AuthorPosts
- The topic ‘relabeling terms’ is closed to new replies.
