Arkadaslar birkac yerde aynisini gördüm
Konu icinde google reklami aynen resimdeki gibi sordum birine ftp den dedi sizce tam olarak nerden yapabilirim bi yardimci olsaniz iste resimdeki gibi
http://img33.picoodle.com/data/img33...em_4a1de32.jpg
Bunu Bilen arkadasim varmi?
12
●859
- 02-09-2008, 19:33:43single.php de şu kodu bul:
<div class="entry">
daha sonra o kodun alt satırına şunları ekle:
<div style="float:left;"> reklam kodu buraya gelecek </div>
reklam yazının sağında veya solunda olacak ise kırmızı ile işaretlediğim yeri editle.
left= sol, right= sağ
kolay gelsin... - 02-09-2008, 19:44:48Bulamadim cok yere denedim üstte en altta cikti
<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2> <span class="post-cat"><?php the_category(', ') ?></span> <span class="post-calendar"><?php the_time('F jS, Y') ?></span> <div class="post-content"> <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?> <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?> <?php edit_post_link('Düzenle', '', ''); ?> </div> <?php comments_template(); ?> <?php endwhile; else: ?> <p>Sorry, no posts matched your criteria.</p> <?php endif; ?> </div><!--/post --> </div><!--/content --> <?php get_sidebar(); ?> <?php get_footer(); ?> - 02-09-2008, 20:09:57
<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2> <span class="post-cat"><?php the_category(', ') ?></span> <span class="post-calendar"><?php the_time('F jS, Y') ?></span> <div class="post-content"> <div style="float:left;"> reklam kodu buraya gelecek </div> <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?> <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?> <?php edit_post_link('Düzenle', '', ''); ?> </div> <?php comments_template(); ?> <?php endwhile; else: ?> <p>Sorry, no posts matched your criteria.</p> <?php endif; ?> </div><!--/post --> </div><!--/content --> <?php get_sidebar(); ?> <?php get_footer(); ?>yukardaki arkadaşın dediği gibi olması lazım. bu kodu dene bakalım. - 02-09-2008, 20:20:40Oluyor ama Konu basligininin üzerinde duruyor ayri biryerde resimdekigibi demistim neyse saoalsiniz arkadasklar hepiniz var olunloperselim adlı üyeden alıntı: mesajı görüntüle