Hey @ideasandbox–nice to see you again and hope all is well. š
How do I show a month of events in List View but show only the month at a time.
That’s an interesting question! I’m afraid that isn’t something the calendar does right out of the box. The closest I think it gets is the Day View, which is indeed a List View that only contains a single event.
It might be possible to override that template with one of your own (more on this in our Themer’s Guide). That would at least give you a leg up on building something.
Iād like to show the text entry for the event below the title as well, please
Cool! While you’re in the process of overriding the template, you can call the content for the event the same way you would call content for a default WordPress Post:
<?php the_content(); ?>
Sorry I don’t have a concrete solution for you on the template portion of this, but does this at least help answer your question and get you started in that direction? Please let me me know. š
Geoff