relabeling terms

Home Forums Calendar Products Events Calendar PRO relabeling terms

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #231206
    fitbycai
    Participant

    Hi!

    I want to rename the event category and event tags, how do i do this?

    thanks!

    #231313
    Casey
    Participant

    fitbycai,
    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-

    #231378
    fitbycai
    Participant

    Hi!
    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!

    #231577
    Casey
    Participant

    fitbycai,
    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/4b952aeb705a4692568e

    To 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-

    #232813
    fitbycai
    Participant

    thanks!

    #233083
    Casey
    Participant

    Thanks 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘relabeling terms’ is closed to new replies.