So I’m looking at the code of the site, and the query removing only a certain category seems to be in the right place, and written properly, but I can’t figure out why nothing is showing on either the News page or the Front Page:
<?php if(is_front_page()) query_posts($query_string . '&cat=-12'); //ADD - Only display our news?>
Is anyone else getting the 500 error?
It’s working fine for me, even in incognito mode, so it’s not cached.