Hi Guys,
I am putting together a promotion website and using posts to create detailed events pages. On the home page I need to create the usual "coming events" list with a short intro and thumbnail.
I need them to sort by day, not date, as the events all recur weekly. I am trying to use a custom field numbered 1 -> 7 to tell WP the order to sort in, and using $day=Date("l"); to grab the day of the week - but I can't work out how to compare them to sort the post list. I can display all the Monday posts, but not sort a list!
I don't want to use an events plugin as they're not really flexible enough to display correcly. I'll keep working at it, but if anyone has any pointers that would be great.
Thanks in advance, Will