Category template?

Home Forums Calendar Products Events Calendar PRO Category template?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21138
    jennifer
    Participant

    Hi – I need to alter the display for event category view. Some directon is appreciated?

    #21155
    Jonah
    Participant

    Hi Jennifer,

    Event categories use the same template views as regular event pages and all you need to do is throw in some conditional code to check if you are on a particular category for whatever view you want to affect.

    if( is_tax('tribe_events_cat','celebrations') ) ) {
    //execute whatever code you want for the "celebrations" category slug
    }

    You might want to checkout our themer’s guide for more information on theming and template views: https://theeventscalendar.com/themers-guide-to-the-events-calendar/

    Does that help?

    – Jonah

    #977197
    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 ‘Category template?’ is closed to new replies.