Hi AJ!
Thanks for getting in touch!
If you want to add a “Find out more…” link to the tooltip when hovering over the events in the month view, I would suggest overriding the tooltip.php template to make that happen. You can learn more about overriding calendar templates in our Themer’s Guide, but it basically boils down to this:
- Make a copy of the tooltip.php template. It is located at wp-content/plugins/the-events-calendar/src/views/month/tooltip.php
- Make a new folder in your theme called tribe-events
- Make a new folder in that one called month
- Drop your copied tooltip.php file in that last folder
Now that the template is in your theme, you can modify it to suit your needs. In this case, add the following line of code after line 27 of the template:
<a href="[[=raw permalink]]">Find out more...</a>
Will that work for you? Please let me know. 🙂
Best,
Victor