a complete list of events

Home Forums Calendar Products Events Calendar PRO a complete list of events

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1021160
    Nikolay
    Participant

    We want on a separate page make a list directory of all of our possible events. with the ability filter by category .
    The same can be done with the help of shotcode [tribe_events_list]
    ?

    #1021224
    George
    Participant

    Hi @Nikolay,

    Building a whole separate page to do this would unfortunately require custom code. We cannot help with custom code, but I’m happy to share some general advice with you here about all of this.

    Part One: Custom Page Template

    First, you’d need to make a custom page template in your theme. Since this happens in your theme, you’ll need to contact your theme developer or search online for more information about this, but it’s fortunately covered in-depth in the WordPress Codex article here → https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/

    Part Two: Displaying All Events

    To display all events on that custom page template, you can use the tribe_get_events() function. As long you set 'posts_per_page' => -1 in your arguments for it, all events should be retrieved.

    Learn more about how to use tribe_get_events() here → https://theeventscalendar.com/knowledgebase/using-tribe_get_events/

    Part Three: Adding Category Filters

    Adding category filters is arguably the trickiest part here, and there are numerous ways you could achieve category filtering…you’ll have to take the reins on implementing this, or hire custom development help or something unfortunately. But regardless of method, you’ll need to get all of your Event Categories to begin with, and so to do that you’d need to use the core WordPress function wp_list_categories(). You can learn more about this function here – https://codex.wordpress.org/Function_Reference/wp_list_categories#Display_Terms_in_a_custom_taxonomy

    Be sure to set the 'taxonomy' option to 'tribe_events_cat' so that your Events Categories are the items displayed, not your Post Categories!

    I hope all of this information helps, @Nikolay. If you decide it’s best to hire someone to help, you might find this list of Customizers that we have helpful → http://m.tri.be/18k1

    Cheers!
    George

    #1027314
    Nikolay
    Participant

    Thank you! Who can help us to do this?

    #1027667
    George
    Participant

    You would unfortunately have to hire someone to help; there are many places online where you can find people for hire for this, but we also have a list of highly-rated developers here that might help → http://m.tri.be/18k1

    Cheers!
    George

    #1075690
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘a complete list of events’ is closed to new replies.