I have a code on my site that displays different headers for different post types using the if ( get_post_type() == 'post type here' ) { code
but is there a way i can do this for days of the week?
I want to create a calendar since i can't find an actual good calendar that works to my fits.
I want to create a list of shows and showtimes based on the day of the week and place it in the sidebar.
*I'm trying to create a list of items to display in the sidebar using a php code....for example when it's monday only the list for monday will show and etc......by using th echo '' term i want to be able to place <div> and or <tabel> inside the echo code *

