• 18-07-2010, 21:28:09
    #1
    arkadaşlar wordpress de konunun altına reklam eklemek istiyorum bu mümkünmüdür , mümkünse nasıl yapabilirim ? yardımlarınızı bekliyorum.
  • 18-07-2010, 21:29:26
    #2
    kullandığın temanın Single.php dosyasını ekle buraya yardımcı olalım
  • 18-07-2010, 22:14:52
    #3
    Single.php dosyam bu hocam
    Alıntı
    <?php
    /**
    * Bir Hayal Alemi
    * niphell - [[/email]
    */
    get_header(); ?>

    <div id="icerikust"></div>
    <div class="temizle"></div>
    <div id="icerik">
    <div id="sol">
    <div class="temizle"></div>
    <div id="yazi">
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class="yazibaslik"><a href=""><?php the_title(); ?></a></div>
    <div class="yaziic">
    <?php the_content(); ?></div>
    <?php the_tags( '<b>Etiketler:</b> ', ', ', '<p />'); ?>
    <?php comments_template( '/comments.php' ); ?>
    <?php endwhile; ?>
    <?php else : ?>
    Bulunamadi.
    <?php endif; ?>
    <div class="temizle"></div>
    </div>
    </div>
    <?php get_sidebar(); ?>
    <div class="temizle"></div>
    <div id="etiket"><?php wp_tag_cloud( 'number=25&smallest=12&largest=12' ); ?> </div>
    <div class="temizle"></div>
    <div id="icerikalt"></div>
    <div class="temizle"></div>
    <?php get_footer(); ?>
  • 18-07-2010, 22:17:18
    #4
    <?php the_content(); ?>
    bu kodun altına ekle hocam
  • 18-07-2010, 22:19:53
    #5
    teşekkür ederim hocam.
  • 18-07-2010, 22:20:16
    #6
    bişey değil kolay gelsin