Custom template for different events

Home Forums Calendar Products Events Calendar PRO Custom template for different events

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1006974
    MT
    Participant

    Hi,

    I need to have different templates for different events in the single view.
    The events is sorted into categories, so I just need to know how to
    make different templates for different categories in single view in the events calender in WordPress.

    How do I do this?

    #1007359
    Brook
    Participant

    Howdy Tommy,

    That’s a good question. It definitely sounds possible. I take it you have a custom WP Page Template that you are trying to set for events in that category, likely it includes a special sidebar.

    You can override the template using a snippet like this place in your theme’s functions.php file.

    https://gist.github.com/elimn/60364baa828edaeca245

    That example shows you how to override the single event template. You could modify it to target single events from a specific category by adding some conditions. You can get a list of categories for an event by using tribe_get_event_taxonomy().

    Does that all make sense? Using those steps are you able to override the single event with your page template? Please let us know.

    Cheers!

    – Brook

    #1011884
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom template for different events’ is closed to new replies.