I am attempting to add a notice to the “mobile month” view, I copied “/the-events-calendar/views/month/movile.php” to my child theme but that page seems to be setup differently.
Is there anyway I can add the Sold Out notice to that page?
Hey there, danfeeley–nice to see you again and welcome back. 🙂
Good question. Yes, you will need to add one of the other Month View templates to your theme. For example, if you want to add the sold out notice to the event title, you would add it to this template: /the-events-calendar/views/month/single-event.php.
See the notes in that template for more detailed instructions on customizing the other Month View templates–there’s a lot of good information in there. 🙂