I’m trying to use the method shown in this post ( https://www.ads-software.com/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!