Sevgili arkadaşlar Wptouch Adsense Ekleme nasıl yapılıyor bilgisi olan varmı acaba?
Çünkü free versiyonu kurdum ama adsense eklemek için paralı olan pro versiyonu kurun diye bir mesaj var. Free versiyonda adsense ekleyemezmiyiz.
Wptouch Adsense Ekleme
13
●3.976
- 10-06-2014, 23:28:34
<?php get_header(); ?> Reklam Kodu <div id="content"> <?php if ( wptouch_have_posts() ) while ( wptouch_have_posts() ) { ?> <?php wptouch_the_post(); ?> <div class="<?php wptouch_post_classes(); ?>"> <?php get_template_part( 'post-loop' ); ?> </div> <!-- post classes --> <?php } else { ?> <!-- no posts --> <?php } ?> <?php if ( foundation_is_theme_using_module( 'infinite-scroll' ) ) { ?> <?php if ( get_next_posts_link() ) { ?> <!-- hidden in css, needed to add js --> <a class="infinite-link" href="#" rel="<?php echo get_next_posts_page_link(); ?>"></a> <?php } ?> <?php } elseif ( foundation_is_theme_using_module( 'load-more' ) ) { ?> <!-- show the load more if we have more posts/pages --> <?php if ( get_next_posts_link() ) { ?> <a class="load-more-link tappable no-ajax" href="javascript:return false;" rel="<?php echo get_next_posts_page_link(); ?>"> <?php wptouch_fdn_archive_load_more_text(); ?>… </a> <?php } ?> <?php } else { ?> <div class="posts-nav"> <?php posts_nav_link( ' | ', '‹ ' . __( 'newer posts', 'wptouch-pro' ), __( 'older posts', 'wptouch-pro' ) . ' ›' ); ?> </div> <?php } ?> </div><!-- #content --> <?php get_footer(); ?>Dosyayı buraya yüklersiniz.:
/wp-content/plugins/wptouch/themes/foundation/default
Reklam ana sayfada çıkar.
not. dosya adını unutmuşum index.php olacak. - 10-06-2014, 23:36:22Üyeliği durduruldubuddhaben hocam hangi kod reklam çeşidini yazayım. Yani boyutları ne olsun sizce.
buddhaben adlı üyeden alıntı: mesajı görüntüle - 11-06-2014, 00:12:39mobil 320+50 ya da duyarlı reklam birimi olabilir.byvector adlı üyeden alıntı: mesajı görüntüle
- 11-06-2014, 00:16:18Üyeliği durduruldu/wp-content/plugins/wptouch/themes/foundation/default/single.php dosyasından yazı içine ekleyebilirsiniz. (the_content) tagının altına eklerseniz yazı altına, üstüne eklerseniz öne çıkan görselle yazı arasına gelir.
/wp-content/plugins/wptouch/themes/foundation/default/header.php dosyasından da en üste reklam ekleyebilirsiniz. Duyarlı reklam birimleri kullanırsanız güzel görünür.