A lot of us are total wordpress geeks I swear LOL. We spend a lot of time working with plugins when you run NON SPAM blogs its good to have plugins they can do a lot of work load for you.
We have also learned to hack the living hell out of base templates. So we hacked the fuck out of a simple template and turned them into nice fancy ones for our needs. Its really easy if you do hack them make sure to call up the header tag in the header.php
<?php wp_head(); ?>
right above </HEAD>
and for footer.php
. <?php wp_footer(); ?>
</body>
I'm telling you this because with some of the plugins they where not being called up when we had hacked the templates. It was because we where missing the wordpress code above. (this falls under the duh factor) lol.
Oh I found this today for those who write their post ahead of time. Niffty little plugin.
allow administrators to view future posts just like current ones
http://www.figby.com/archives/2005/0...-future-posts/