Temam mystique bu adresteki kodu index.php ye ekledim ama bir türlü çalıştıramadım yardım edermisiniz

index.php :

<?php

 /* Mystique/digitalnature */

 get_header();

?>



  <!-- main content: primary + sidebar(s) -->

  <div id="main">

   <div id="main-inside" class="clear-block">



    <!-- primary content -->

    <div id="primary-content">

     <div class="blocks">

      <?php do_action('mystique_before_primary'); ?>

      <?php

       if (have_posts()):

        while (have_posts()):

         the_post();

         mystique_post();

        endwhile;



        mystique_pagenavi();

       else: ?>

       <h1 class="title error"><?php _e("No posts found","mystique"); ?></h1>

       <p><?php _e("Sorry, but you are looking for something that isn't here.","mystique"); ?></p>



      <?php endif; ?>

      <?php do_action('mystique_after_primary'); ?>

     </div>

    </div>

    <!-- /primary content -->



    <?php get_sidebar(); ?>



   </div>

  </div>

  <!-- /main content -->



<?php get_footer(); ?>
tema kodlaması çok farklı acaba başka bir dosyaya mı eklemem lazım bu kodu:

<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><img src="<?php echo resimgoster() ?>" class="yaziresmi" width="150" height="150" /></a>