how to update events category pages ?

Home Forums Calendar Products Events Calendar PRO how to update events category pages ?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1213670
    Devon Morris
    Participant

    HI,

    how to update events category pages ?

    #1213873
    Cliff
    Member

    Hi, Devon.

    I’m not clear exactly what you’re wanting to accomplish, but the Event Category archive pages (like http://wpshindig.com/events/category/tech-meetups/) display the same as the main Events archive page (like http://wpshindig.com/events/), which can be customized via various action and filter hooks or via our Themer’s Guide.

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    Please let me know if you have any follow-up questions on this topic.

    #1214162
    Devon Morris
    Participant

    HI Cliff,

    Actually i want to use category page url but with my custom code on page.
    So where i can use my custom code on category pages? i am unable to find where the category pages are available in admin panel?

    #1214547
    Cliff
    Member

    You could use an action hook like tribe_events_before_template and use the is_archive() and/or is_tax() conditionals, like:

    if ( is_archive() and is_tax( Tribe__Events__Main::TAXONOMY ) ) { /* do something here */ }

    I hope this helps point you in the right direction.

    If there’s a code snippet you’d like me to put some eyes on or something else I can help you with, please update this ticket or create a new ticket if it’s a separate issue.

    Thank you very much for your understanding.

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    #1225627
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to update events category pages ?’ is closed to new replies.