Selam arkadaşlar. Wordpress sitemde açılan konuların altına adsense reklamları yerleştirmek istiyorum. nasıl bir yol izlemeliyim acaba yardımcı olurmusunuz?
Örnek olarak Buraya konu altına reklamı nasıl yerleştirbilirim? açılan konularada eklenilebilirmi?
yardımcı olursanız sevinirim. kolay gelsin.
Wp Konu altına adsense reklamı
7
●910
- 07-04-2010, 23:59:40Adsense now Eklentisini indir. wp-content/plugins klasorune at wp admin pluginden etkinlestir. Ayarlara gel Adsense now ayarlarina tikla kendi adsense kodlarini yerlestir orada kac reklam gosterimi yapmak istedigini ve konu ustu ortasi alti seceneklerinden alttakini aktif et. Kolay gelsin...
- 08-04-2010, 00:24:19Üyeliği durdurulduöncelikle sağolun arkadaşlar, repinizi verdim.
aslında ben adsense dedim de onun için değildi.
konunun altına chat'a giriş icin bi kod koymak istedim. aslında yaptımda hatalı çıktı.
bakınız; http://www.onlysohbet.com/2010/04/07...bayern-munich/
ben şöyle bişey yapmak istiyorum.

Bu kod yukardaki girişin kodu;
<td width="63"> <div align="left"> <font color="#ff0000" size="4">RUMUZ</font>:</div> </td> <td width="123"> <p align="left"><input maxLength="75" size="17" name="nick"></td> <td width="132"> <p align="left"> <a style="COLOR: #bd7ad1; TEXT-DECORATION: none" href="http://www.onlysohbet.com/sohbet.php"> <img height="20" src="sohbet.jpg" width="100" border="0"></a></td>-----
Bu tekil yazının codeleri;
<?php get_header(); ?> <div id="content" class="widecolumn"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="PostHead"> <div class="PostTime"><?php the_time('<b>j</b> M Y') ?> </div> <h2><?php the_title(); ?></h2> <small class="PostDet"><?php edit_post_link('Düzenle', '', ' | '); ?> Yazar: <?php the_author() ?> | Kategori: <?php the_category(', ') ?></small> </div> <div class="entry"> <?php the_content('<p class="serif">Okumaya devam edin »</p>'); ?> <?php wp_link_pages(array('before' => '<p><strong>Sayfalar:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> <?php the_tags( '<p>Etiketler: ', ', ', '</p>'); ?> <p class="postmetadata alt"> <small> Bu yazı <?php /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> <?php the_time('l, F jS, Y') ?> tarihinde <?php the_time() ?> sularında yayımlandı. Himayesinde olduğu kategori <?php the_category(', ') ?> kategorisidir. İstediğiniz taktirde yazıya <?php post_comments_feed_link('RSS 2.0'); ?> beslemesi yardımıyla abone olabilirsiiz. <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Both Comments and Pings are open ?> Ayrıca <a href="#respond">yorum</a>, ya da <a href="<?php trackback_url(); ?>" rel="trackback">geri izleme</a> yapabilirsiniz. <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Only Pings are Open ?> Yorum alanı kapalı fakat <a href="<?php trackback_url(); ?> " rel="trackback">geri izleme</a> yapabilirsiniz.. <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { // Comments are open, Pings are not ?> Bu alan kapalıdır. <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) { // Neither Comments, nor Pings are open ?> Bu alan kapalıdır. <?php } edit_post_link('Yazıyı Düzenle','','.'); ?> </small> </p> </div> <div class="CommWidth"><?php comments_template(); ?></div> </div> <?php endwhile; else: ?> <p>Üzgünüm,arama kriterinize uygun yazı bulunamadı.</p> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>Yardımcı olursanız çok sevinirim. - 08-04-2010, 01:01:01sohbet.jpg yi giriş resminin adresi ile değiştir
<?php get_header(); ?> <div id="content" class="widecolumn"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="PostHead"> <div class="PostTime"><?php the_time('<b>j</b> M Y') ?> </div> <h2><?php the_title(); ?></h2> <small class="PostDet"><?php edit_post_link('Düzenle', '', ' | '); ?> Yazar: <?php the_author() ?> | Kategori: <?php the_category(', ') ?></small> </div> <div class="entry"> <?php the_content('<p class="serif">Okumaya devam edin »</p>'); ?> <table> <td width="63"> <div align="left"> <font color="#ff0000" size="4">RUMUZ</font>:</div> </td> <td width="123"> <p align="left"><input maxLength="75" size="17" name="nick"></td> <td width="132"> <p align="left"> <a style="COLOR: #bd7ad1; TEXT-DECORATION: none" href="http://www.onlysohbet.com/sohbet.php"> <img height="20" src="sohbet.jpg" width="100" border="0"></a></td> </table> <?php wp_link_pages(array('before' => '<p><strong>Sayfalar:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> <?php the_tags( '<p>Etiketler: ', ', ', '</p>'); ?> <p class="postmetadata alt"> <small> Bu yazı <?php /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> <?php the_time('l, F jS, Y') ?> tarihinde <?php the_time() ?> sularında yayımlandı. Himayesinde olduğu kategori <?php the_category(', ') ?> kategorisidir. İstediğiniz taktirde yazıya <?php post_comments_feed_link('RSS 2.0'); ?> beslemesi yardımıyla abone olabilirsiiz. <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Both Comments and Pings are open ?> Ayrıca <a href="#respond">yorum</a>, ya da <a href="<?php trackback_url(); ?>" rel="trackback">geri izleme</a> yapabilirsiniz. <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Only Pings are Open ?> Yorum alanı kapalı fakat <a href="<?php trackback_url(); ?> " rel="trackback">geri izleme</a> yapabilirsiniz.. <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { // Comments are open, Pings are not ?> Bu alan kapalıdır. <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) { // Neither Comments, nor Pings are open ?> Bu alan kapalıdır. <?php } edit_post_link('Yazıyı Düzenle','','.'); ?> </small> </p> </div> <div class="CommWidth"><?php comments_template(); ?></div> </div> <?php endwhile; else: ?> <p>Üzgünüm,arama kriterinize uygun yazı bulunamadı.</p> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?> - 08-04-2010, 01:26:50sorununun çözülmesine sevindim ama -rep vermesen daha iyi olurduyaLin adlı üyeden alıntı: mesajı görüntüle
