Merhaba arkadaşlar,
İçerik ortasına reklam nasıl koyabilirim, çokca eklentiden bahsedilmiş ama bende çalışmadılar, içeriğimi bot ile çekiyorum, eklenti eski konularda çalışmıyor. Bunu eklentisiz yapmanın bir yolu yok mu? Yada nasıl eklenti kullanılabilinir.
içerik ortasına reklam
12
●1.305
- 16-04-2010, 20:38:51wp-includes klasörünü açarak içinde bulunan post-template.php dosyasını açıp 217. satırdaki (başka bir satırda olabilir)
aramanız gerekmektedir. bunu bularakAlıntı
Bu şekilde değiştirmeniz gerekir
kodları arasına adsense kodlarımızı ekliyoruz ve işlemimiz tamamdır.Alıntı
Not: işlemi yapmadan önce post-template.php yedeğini almayı unutmayınız. - 16-04-2010, 20:40:03Bende bu şekilde bulmuştum çözümü..Down adlı üyeden alıntı: mesajı görüntüle
- 16-04-2010, 20:50:29Teşekkürler ama bende çalışmadı, tüm içeriği gösteriyorum <?php the_content(); ?> kodu ile acaba ondan mıdırDown adlı üyeden alıntı: mesajı görüntüle
Bende böyle bir kod buldum olmadı
<?php $content = apply_filters('the_content', $post->post_content); //get the post content store in $content $save = explode("</p>", $content); //Separate the content into <p> blocks $tcount=0; //this is count for number of <p> blocks $adon=0; //this is a variable so you don't show ads more than once. foreach($save as $item) { echo $item; //print the <p> block echo "</p>"; if(preg_match('/<p> /',$item)==0 && $tcount>=1 && $adon==0) { $adon=1; ?> Replace this with Your adsense code!!! <?php } if(preg_match('/<p> /',$item)==0 && $tcount>=4 && $adon==1) { $adon=2; ?> Replace this with Your adsense code if you want additional adsense blocks for super long blog posts or leave it empty if you don't want one. <?php } $tcount++; } ?> - 18-04-2010, 14:37:17maalesef çalışmıyor adman,Down adlı üyeden alıntı: mesajı görüntüle
Ücretli, ücretsiz yardım edecekler lütfen emreunan@ttmail.com msn adresi ile bağlantı kursunlar