Hi,
Thanks for using our plugins.
That is an interesting feature request.
It is not currently part of our plugin so I am limited in providing support for it.
We have a themer’s guide to to making edits to our templates.
https://theeventscalendar.com/knowledgebase/themers-guide/
It might be possible to add it to the template, but would take php, html, and css coding to get it done.
The month view does have Next and Previous Month Links at the bottom.
If you use this css it will show the links above the month view too:
#tribe-events-content #tribe-events-header .tribe-events-sub-nav li, #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
display: block;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Also, by default those links do not show if an previous or next month has no events.
If you would always like to show the links add the following to your theme’s functions.php:
https://gist.github.com/jesseeproductions/411bf09ab2026977a2f1
Let me know if you have any follow up questions.
Thanks