I’m having a different problem, using Atahualpa, where I have query_posts to include only one category on homepage:
<?php
if (is_home()) {
query_posts(“cat=4”);
}
?>
but when I use that, the formatting I’ve applied to sticky posts disappears. Atahualpa folks say it’s not their issue. Any thoughts?