Add organizer to [tribe_events view="day"]

Home Forums Calendar Products Events Calendar PRO Add organizer to [tribe_events view="day"]

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1256615
    Dolores Stafford
    Participant

    I’d like to add a link to the organizer for each event when using [tribe_events view=”day”].
    Which page actually generates the code for the view?

    #1257088
    Cliff
    Member

    Hi. Please reference:

    1. the shortcode: /wp-content/plugins/events-calendar-pro/src/Tribe/Shortcodes/Tribe_Events.php
    2. then this calls the Day View template: /wp-content/plugins/events-calendar-pro/src/Tribe/Shortcodes/Tribe_Events/Day.php
    3. the Day View template: /wp-content/plugins/the-events-calendar/src/Tribe/Template/Day.php

    Ultimately, it uses the same output as the regular Day View, which is from /wp-content/plugins/the-events-calendar/src/views/day/single-event.php

    You can follow along with our Themer’s Guide for how to customize it to your liking.

    Please let me know how this goes for you.

    #1257978
    Dolores Stafford
    Participant

    Thanks Cliff exactly what I needed

    #1258447
    Cliff
    Member

    Excellent! I’m glad that helped.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add organizer to [tribe_events view="day"]’ is closed to new replies.