I had to deactivate the plugin. I took a screen shot though.
Showing just one day of the week is actually quite simple. Add these lines to your showtime.php page right before the shortcode section.
[Again – Excessive code moderated. Please use a pastebin.]
then add
add_shortcode('showtime-monday', 'showtime_schedule_monday');
to the Shortcode section. Repeat this step changing each “monday” with the day of the week you will call for.
All I did was change the strtotime() to “Monday” then changed each “tomorrow” variable to “Monday.
Here is an english version of phoros’ code
[Excessive code moderated. Please use a pastebin.]
I am working on trying to show the schedule for any given day of the week. IE [showtime-monday]