Hey Drupal'rs

Question.
I have set up category Terms for each day of the week, Monday, Tuesday, Wednesday...
(*Secondary Question*Any suggestions on how to make this a better process? I have posts that take place every Monday, but like from 5pm to 2am so these are technically taking place on Tuesday too, I tried using the date cck field, but it seems more for setting a date to a post - out the box it wont let me specify that the event takes place every Monday from 5pm to 2am)

Now I'm creating posts and tagging them with the day of the week they correspond to.

How would I go about making the homepage for my site default to the category term based on the day of the week.
so that if its Monday, the homepage for my site would go either display all the posts tagged with Monday, or just automatically redirect to the path for that category term /monday

Comments

scoutbaker’s picture

I would suggest trying the Views module with an argument for the day of the week. It has a front page view that you could edit. (No, I've not done this myself, so don't have any details.)