• 04-07-2008, 17:44:20
    #1

    görüldügü gibi reklam alanı süte köşede ama ben onu boyle yapmak istiyorum

    yazılar reklamın ustunden başlıyacak aşagıya dogru inecek nasıl yapabılırım onu
  • 04-07-2008, 18:25:24
    #2
    Kodları görmeden nasıl yardımcı olabiliriz ki?
    <div> kullanarak yapabilirsin
  • 04-07-2008, 18:55:05
    #3
    Alıntı
    <?php get_header(); ?>
    <div class="col1" style="width:680px;">
    <?php if (have_posts()) : ?>
    <div class="navigation">
    <div class="alignleft"><?php previous_post_link('&laquo; &Ouml;nceki : %link');?></div>
    <div class="alignright"><?php next_post_link('%link : Sonraki &raquo;');?></div><br />
    &nbsp;
    </div>
    <?php while (have_posts()) : the_post(); ?>

    <div class="post-alt blog" id="post-<?php the_ID(); ?>">
    <h3><a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    <p class="posted">Tarih : <?php the_time('d F Y'); ?>, Yazan : <?php the_author(); ?></p>
    <div class="entry">
    <div class="tekil_reklam_alani">
    <?php $yol = "wp-content/themes/".get_option('template').'/ReklamAlanlari/tekil_reklam_alani.php'; include($yol); ?>
    </div>
    <?php the_content('<span class="continue">Devamini Oku</span>'); ?>
    <strong style="color:#CCCCCC;">Kategori | <?php the_category(', ') ?></strong>
    <?php if (function_exists('the_tags')) { ?><div class="singletags"><?php the_tags('Etiketler | ', ', ', ''); ?></div><?php } ?>
    </div>
    </div><!--/post-->

    <center><?php if(function_exists('the_ratings')){ the_ratings(); } ?></center>

    <div id="comment">
    <?php comments_template(); ?>
    </div>
    <?php endwhile; ?>
    <?php endif; ?>
    </div><!--/col1-->
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    işte kodlar
  • 04-07-2008, 20:33:24
    #4
    Eposta Aktivasyonu Gerekmekte
    linkte adsense eklentileri bulunuyor. rastgele gösterimden, yazı arasına yerleştirmeye kadar her türlüsünü bulabilirsin.
    10 Best Wordpress Plugins for Google Adsense
  • 04-07-2008, 21:22:51
    #5
    tamamda bunların türkcesi yokmu ben bişey anlamadm bunlardan