Hi there, clipanama!
Great question. I do want to note first of all, though, that we are fairly limited in terms of helping out with custom development questions like this one. That said, we’d love to point you in the right direction if we can.
In this case, I think you would be able to accomplish this by creating a new query in your homepage template that fetches events using the tribe_get_events() function. Here’s a nice tutorial on how that function works with some examples. If you’re wondering how to specifically order events by publish date, I would use:
[php]
‘orderby’ => ‘post_date’,
[/php]
…as one of the parameters in the query.
Will this help you get started? Please let me know. 🙂
Cheers!
Geoff