Code:
if(is_home()) query_posts(array_merge(array('cat' => 1), $wp_query->query));
Why isn't this working? It was working fine until I upgraded to the latest version of WP.
Basically, what I want to do is show only posts from category #1 on the mainpage.