Home › Forums › Calendar Products › Events Calendar PRO › a complete list of events
- This topic has 4 replies, 3 voices, and was last updated 10 years, 2 months ago by
Support Droid.
-
AuthorPosts
-
November 3, 2015 at 2:58 am #1021160
Nikolay
ParticipantWe 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]
?November 3, 2015 at 6:31 am #1021224George
ParticipantHi @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!
GeorgeNovember 18, 2015 at 3:24 am #1027314Nikolay
ParticipantThank you! Who can help us to do this?
November 18, 2015 at 11:59 am #1027667George
ParticipantYou 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!
GeorgeFebruary 18, 2016 at 8:31 am #1075690Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘a complete list of events’ is closed to new replies.
