• 10-06-2014, 22:27:55
    #1
    Üyeliği durduruldu
    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.
  • 10-06-2014, 22:40:33
    #2
    Eklentinin kodlarina manuel olarak eklenebilir diye tahmin ediyorum.
  • 10-06-2014, 22:51:05
    #3
    Üyeliği durduruldu
    Zorbaa hocam kullandıysanız hangi dosylarına acaba?
  • 10-06-2014, 22:52:59
    #4
    Sitemde kullanıyorum ama dosyaları hiç incelemedim. Reklam da yayinlamiyorum. O konuda maalesef yardimci olamayacagim yani
  • 10-06-2014, 22:54:56
    #5
    Üyeliği durduruldu
    Peki teşekkür ederim
  • 10-06-2014, 23:28:34
    #6
    <?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(); ?>&hellip;
    			</a>
    		<?php } ?>
    
    	<?php } else { ?>
    
    		<div class="posts-nav">
    			<?php posts_nav_link( ' | ', '&lsaquo; ' . __( 'newer posts', 'wptouch-pro' ), __( 'older posts', 'wptouch-pro' ) . ' &rsaquo;' ); ?>
    		</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
    #7
    Üyeliği durduruldu
    buddhaben hocam hangi kod reklam çeşidini yazayım. Yani boyutları ne olsun sizce.



    buddhaben adlı üyeden alıntı: mesajı görüntüle
    <?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(); ?>&hellip;
    			</a>
    		<?php } ?>
    
    	<?php } else { ?>
    
    		<div class="posts-nav">
    			<?php posts_nav_link( ' | ', '&lsaquo; ' . __( 'newer posts', 'wptouch-pro' ), __( 'older posts', 'wptouch-pro' ) . ' &rsaquo;' ); ?>
    		</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.
  • 11-06-2014, 00:12:39
    #8
    byvector adlı üyeden alıntı: mesajı görüntüle
    buddhaben hocam hangi kod reklam çeşidini yazayım. Yani boyutları ne olsun sizce.
    mobil 320+50 ya da duyarlı reklam birimi olabilir.
  • 11-06-2014, 00:16:18
    #9
    Ü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.