Listing daily events by category

Home Forums Calendar Products Events Calendar PRO Listing daily events by category

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #816245
    bwerner120
    Participant

    How can I show events by category in the templates files? Either for the list view or photo view in content.php.
    So for example:
    Category 1
    Event 1
    Event 2
    Event 3

    Category 2
    Event 1
    Event 2
    Event 3
    Thanks.

    #817019
    Josh
    Participant

    Hello bwerner120,

    Thanks for reaching out to us!

    You can use our Themer’s Guide to override one of the existing templates such as the list or photo views that you’ve mentioned.

    As far as the layout that you describe, a possible solution would be to use “get_terms” for the “tribe_events_cat”. You could then do a foreach loop to grab each term id to be used within a new WP_Query to output events from the current category within the loop.

    I’m sorry I wasn’t able to give you a direct response however I hope this was able to point you in the right direction.

    Thanks!

    #983527
    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 ‘Listing daily events by category’ is closed to new replies.