How can I switch content in single page with wordpress? I have a schedule page and I would like to display a different schedule for each day of the week without loading a whole new page. Like this page http://www.chicagopublicradio.org/Programs.aspx?schedule=Tuesday I believe with php it is done with require() and linking with .php?schedule=tuesday. Does this make any sense?