I am in desperate need of some guidance from the experts here. I'm trying to create a simple events listing for concerts, where the next upcoming concert would always appear on top (much like the static concert calendar on http://www.harpjas.com/calendar.php, the site I'm trying to migrate into WP).
The trick is that I need expired events to be auto-archived (or at least hidden from display) after they pass. I was excited when I discovered Shirkee's events plugin at http://www.sothq.net/forum/events-plugin, but unfortunately I couldn't get it to work, and little support was offered in the forums there.
I'm trying a workaround for this, which involves the two plugins found on this site:
http://wunder-ful.com/wordpress-plugins
Posts_Begin and Posts_Expire
The first one is necessary to get around the fact that WP usually doesn't show posts from the future, and Posts_Expire allows me to "fake" the auto-expiry function I mentioned before.
Now - the last bit: I entered in three events as a test, two concerts in February and one in October (with the end_dates being the day after the "title" day, which is the actual concert date). WP is still ordering them by ACTUAL post-date, and I need to devise a way to order them by the end_date, which in this case is a kind of custom field.
I've read the order by custom field threads but I don't have the php knowledge to be able to know where to plug in the necessary information. At this point I'd be willing to shell out some $$ for some help. There must be a way to insert an $orderby function or something...
any advice is greatly appreciated! thank you.