Hey Tommy,
Thanks for reaching out to us!
The “tribe_venue” is a custom post type built using the built-in WordPress function for post types. A couple of options that you do have to create the archive:
- You can filter the post type args for the venues ( tribe_events_register_venue_type_args ) to include an archive.
- You could also create a new page template that has a WP_Query to query the “tribe_venue” posts and then create the layout within the template.
Let me know if you have any further questions.
Thanks!