I'm developing a site using WP for a film society. The posts part of WP is being used for the future programme of films, using it as a film programme.
I've changed WP so that it will display future posts thus
open -> /wp-includes/post.php
goTo -> #562
edit -> $post_status = 'future';
to -> $post_status = 'publish';
found at
http://wordpress.org/support/topic/105447?replies=23
However, I only want to display posts for today onwards on the right hand "next ten films". Does anyone know how I might achieve this please?
Also on the left hand archive section of the page, how can I reverse the month order so the most recent is at the top?
Thanks,
Jeremy Clulow
http://www.webswonder.co.uk