index.php 14. satır civarı

      <?php do_action('mystique_before_primary'); ?>
      <?php
       if (have_posts()):
        while (have_posts()):
         the_post();
         mystique_post();
        endwhile;

        mystique_pagenavi();
       else: ?>