This is the code for the index.php
<?php get_header() ?>
<div class="wrapper">
<div class="textarea">
<?php query_posts($y_string.'&cat=-1184'); ?>
<?php while( have_posts() ) : the_post() ?>
<h1 class="<?php post_class() ?>"><a>" title="Klicka h?r f?r att l?sa inl?gget"><?php the_title ()?></a></h1>
<div class="post-meta">Skrivet av <?php the_author() ?>, <?php the_date('d M') ?> <?php the_time() ?> i kategorin <?php the_category(); ?></div>
<div class="post">
<?php the_content('L?s vidare'); ?>
</div>
<?php endwhile; ?>
<?php rewind_posts(); ?>
<div class="navigation"><p><?php posts_nav_link(); ?></p></div>
</div>
<div class="side">
<?php get_sidebar('left'); ?>
<?php get_sidebar('right'); ?>
<?php get_sidebar('google'); ?>
<?php get_sidebar('box'); ?>
</div>
</div>
</div>
<?php get_footer() ?>