İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

adsense koyamıyorum

ArtiEksi

0
Yasakli Uye
Katılım
22 Ağustos 2007
Mesajlar
2,391
Reaction score
2
Konum
istanbul
temanın içindeki kodlar italyanca sanırım bende birşey anlamadım ve kodları koyamıyorum ne yapmam lazım :( yardımcı olucak arkadaş varmıdır
 

ArtiEksi

0
Yasakli Uye
Katılım
22 Ağustos 2007
Mesajlar
2,391
Reaction score
2
Konum
istanbul
hangi dosyada olabilir.. index.php de değil sidebar.php içine mi koyucam acaba :(

<div id="sidebar">
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar() ) : else : ?>

<li>
<?php /* If this is a category archive */ if (is_category()) { ?>
<p>Stai guardando gli Archivi della categoria: <?php single_cat_title(''); ?></p>

<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p>Stai guardando gli Archivi del Blog <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a>
del <?php the_time('j F Y'); ?>.</p>

<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p>Stai guardando gli Archivi del Blog <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> di <?php the_time('F, Y'); ?>.</p>

<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p>Stai guardando gli Archivi del Blog <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> dell'anno <?php the_time('Y'); ?>.</p>

<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p>Stai cercando negli Archivi del Blog <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> per <strong>'<?php echo wp_specialchars($s); ?>'</strong>. Se non trovi niente di interessante nei risultati di ricerca, puoi provare con uno di questi link.</p>

<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<p>Stai guardando gli Archivi del Blog <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a>.</p>

<?php } ?>
</li>



<li><h2><?php _e('Archives'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>

<li><h2><?php _e('Categories'); ?></h2>
<ul>
<?php list_cats(); ?>
</ul>
</li>

<?php get_links_list(); ?>

<li><h2><?php _e('Meta'); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>

<li><a href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.nikynik.com/wpstyles"><?php _e('Valid <abbr title="Valid Css!">CSS</abbr>'); ?></a></li>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS 2.0'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr> 2.0'); ?></a></li>
<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>">WordPress</a></li>
<?php wp_meta(); ?>
</ul>
</li>

<?php endif; ?>
</ul>
</div>
 

ArtiEksi

0
Yasakli Uye
Katılım
22 Ağustos 2007
Mesajlar
2,391
Reaction score
2
Konum
istanbul
en altına eklesem en altta gozukur ben sayfa içine koymak istiyorum birde dikey olarak yana
 

beceriksiz_acemi

0
İyinet Üyesi
Katılım
27 Aralık 2005
Mesajlar
4,796
Reaction score
16
Konum
-Adsense-
yan için sidebara koyacaksın.

Neresinde istiyorsun yan tarafta ?

</li>



<li><h2><?php _e('Archives'); ?></h2>

Arşivin altına yda üstüne koyacaksan mesela, burada kodun altına yada üstüne koyabilirsin adsense kodunu..

İçerik içine ( sayfa içine istiyorsan ) single.php olması gerekiyor. Orada içerikten sonraki div li kısıma koy. En güzel yer ya eklenen içeriğin başı yada sonudur..
 

ArtiEksi

0
Yasakli Uye
Katılım
22 Ağustos 2007
Mesajlar
2,391
Reaction score
2
Konum
istanbul
beceriksiz_acemi teşekkür ederim o şekilde koydum şimdi yazı içine nasıl ekliyebilirim yatay bşr şekilde ?
 

beceriksiz_acemi

0
İyinet Üyesi
Katılım
27 Aralık 2005
Mesajlar
4,796
Reaction score
16
Konum
-Adsense-
burada kodu verirsen tam yerini söyleriz ama kod görmeden ne desem yanlış olur.Ama hatırladığım kadarıyla,

''single.php olması gerekiyor. Orada içerikten sonraki div li kısıma koy. En güzel yer ya eklenen içeriğin başı yada sonudur.. ''
 

ArtiEksi

0
Yasakli Uye
Katılım
22 Ağustos 2007
Mesajlar
2,391
Reaction score
2
Konum
istanbul
<?php get_header(); ?>

<div id="content" class="widecolumn">

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div class="navigation">
<div class="alignleft"><?php previous_post('« %','','yes') ?></div>
<div class="alignright"><?php next_post(' % »','','yes') ?></div>
</div>

<div class="post">
<h2 id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>

<div class="entrytext">
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>

<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>

<p class="postmetadata alt">
<small>
This entry was posted
<?php /* This is commented, because it requires a little adjusting sometimes.
You'll need to download this plugin, and follow the instructions:
http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
and is filed under <?php the_category(', ') ?>.
You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.

<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Both Comments and Pings are open ?>
You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(display); ?>">trackback</a> from your own site.

<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Only Pings are Open ?>
Responses are currently closed, but you can <a href="<?php trackback_url(display); ?> ">trackback</a> from your own site.

<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Comments are open, Pings are not ?>
You can skip to the end and leave a response. Pinging is currently not allowed.

<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
Both comments and pings are currently closed.

<?php } edit_post_link('Edit this entry.','',''); ?>

</small>
</p>

</div>
</div>

<?php comments_template(); ?>

<?php endwhile; else: ?>

<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>

<?php endif; ?>

</div>


<?php get_footer(); ?>


single.php içeriği budur hocam
 

beceriksiz_acemi

0
İyinet Üyesi
Katılım
27 Aralık 2005
Mesajlar
4,796
Reaction score
16
Konum
-Adsense-
<p class="postmetadata alt"> nın öncesine

ve

<?php comments_template(); ?> nın öncesine koyardım ben olsam.Yanlız forumda adsense için çok güzel template payalştı arkadaşlar, bir bak istersen.Kolay gelsin
 

yakoSin

0
İyinet Üyesi
Katılım
15 Eylül 2007
Mesajlar
90
Reaction score
0
Konum
34-60
Might adsense plugini ile konu üstüne altına koyabiliyorsun reklamı ..
Wp admin panelinden hallediyorsun tüm reklam işlerini, kullanımıda gayet basit..
 

yakoSin

0
İyinet Üyesi
Katılım
15 Eylül 2007
Mesajlar
90
Reaction score
0
Konum
34-60
teşekkürler bakın bakalım olmuş mu www.turizmcim.com

Warning: Cannot modify header information - headers already sent by (output started at /home/trmuratti/domains/turizmcim.com/public_html/wp-content/plugins/mightyadsense.php:1185) in /home/trmuratti/domains/turizmcim.com/public_html/wp-includes/pluggable.php on line 391

Olmamış
 

ArtiEksi

0
Yasakli Uye
Katılım
22 Ağustos 2007
Mesajlar
2,391
Reaction score
2
Konum
istanbul
neden bu hatayı alıyorum pekı ??

eklentiyi atıp etkinleştirdim daha sonra adsense kodlarını yazdım nedn boyle olmus olabilir ? sürümle alakalı olabilir mi ?
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst