Hi Araceli,
Thanks for reaching out! Sorry about the delayed response – our forums have been a bit busier than usual lately!
To show event categories in the list view, you can edit the template to include them by following these instructions. The template can be found at wp-content/plugins/the-events-calendar/src/views/list/single-event.php. You can add the following line wherever you’d like the categories to display:
<?php echo tribe_get_event_categories(); ?>
Regarding searching between two dates, this is unfortunately not a feature that is available of the box. It could be done with a customization however – our themer’s guide is the place to start if you’d like to give it a shot! We also have a list of recommended developers if you’d like to get help with the code.
I hope that helps! Please let me know if you have any questions.
Thanks,
Jennifer