• 21-07-2014, 15:32:22
    #1
    Arkadaşlar merhaba,
    Ektede gördüğünüz gibi ufak bir sorunum var.

    Kodlarım bunlar:,

    <div id="slides">


    <div class="slides_container manset kutu">
    ';
    ?>
    <?php
    wp_reset_query();
    query_posts('showposts=5&cat='.get_cat_id(fs_get_o ption('fs_manset')).'');
    while ( have_posts() ) : the_post();
    ?>
    <div> <a href="<?php the_permalink() ?>" >
    <?php echo get_the_post_thumbnail($post->ID, 'full'); ?> </a>
    <a href="<?php the_permalink() ?>" >
    <div class="aciklama">
    <div class="baslik"><?php the_title(); ?> </div></a>
    </div>


    </div>




    Fotograf:
    https://i.hizliresim.com/EQY13D.jpg
  • 22-07-2014, 09:18:45
    #2
    Yardımcı olabilecek yokmu ?
  • 22-07-2014, 11:35:12
    #3
    hocam css kodlarını da koymalısınız bu şekilde position kodunda yanlışlık var gibi gözüküyor.