Thanks for the help! I used the Front Page Categories plugin that jonimueller suggested and it worked like a charm. MichaelH, thanks for your response too!
I’m trying to use the method shown in this post ( http://wordpress.org/support/topic/2518#post-24177 ) with the following code being used in classes.php on line 489:
if (!($cat == ‘5’)) {
$where .= ‘ AND post_date <= \”.$now.’\”;
}
Future posts do show but they are not restricted to the category I want (in this case, 5). Is there something I’m doing wrong? Thanks for any help!
Thanks for the reply David. I changed how I outputted it per your suggestion and everything is working fine now. Problem resolved!