Arkadaşlar merhaba, ben wordpress sitemde, resim ve more tagı kullanıyorm. tüm konular böyle, yapmak istediğim şey ise şudur, resimler alt alta sıralanıyor. ben resimleri (konuları) yan yana nasıl sıralıyabilirim. Bi fikriniz war mı acba? mesela her 5 resim (konu) yan yana sıralansın, sonra 1 sıra atlasın. her 5 resim (konuda) altta index.php kodları var. yardım ederseniz sevirim
<?php get_header(); ?>

    <div class="main">        
        
        <div class="orta">
        <?php if (have_posts()) : ?>

            <?php while (have_posts()) : the_post(); ?>

<div class="post" id="post-<?php the_ID(); ?>">

            <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
<div class="entry">
<div class="descr" align="right"><?php the_time('d M Y') ?> | <?php the_category(', ') ?> | <?php comments_popup_link('Yorum Yap &raquo;', '1 Yorum &raquo;', '% Yorum &raquo;'); ?></div>

            <?php the_content('Filmi (fragman) izlemek için tıklayın &raquo;'); ?>

                </div>
<p class="descr"></p></div>
                <?php comments_template(); ?>
<?php endwhile; ?>
<p align="center"><?php next_posts_link('&laquo; Önceki Filmler') ?> <?php previous_posts_link('Sonraki Filmler&raquo;') ?></p>
            <?php else : ?>
            <h2 align="center">Sayfa Bulunamadı - 404</h2>
            <p align="center">Aradığınız Sayfa Sistemimizde Bulunmuyor.</p>
            <p align="center">Arama veya Arşiv Bölümünü Kullanarak Tekrar Deneyiniz.</p> 
            <?php endif; ?>


        </div>

            <?php get_sidebar(); ?>
            
            
        
        <div class="clearer"><span></span></div>

    </div>
<?php get_footer(); ?>


</div>

</body>

</html>