Yeah I fixed it. It was a problem with a function. I was excluding a portfolio category , but now that wp3 is out I moved to custom post types and I removed the function to exclude the category.
Thanks anyway.
Sorry it isnt. It only has the regular
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<?php endwhile; else : endif; ?>
i thought you were talking about my homepage.php page.
Aghh thanks. Yep it is, I’m pulling in blog posts and thumbnails. Cheers for that 🙂