i removed
<?php
query_posts($query_string. 'showposts=5');
?>
and it worked.
The only problem i have now is that on the homepage when i click “Next page >>” it says Not Found and in the url it says “paged=2” when i make it “page=2” it works.
how could i change that?