• 29-11-2015, 17:08:31
    #1
    tekil yazı ( single.php ) dosyasında bir türlü tutturamadım tam resmin bittiği makalenin başladığı yere reklam eklemeyi bu konuda yardımcı olurmusunuz bana
  • 29-11-2015, 21:46:00
    #2
    sanırım kimse yardımcı olmayacak
  • 30-11-2015, 01:11:55
    #3
    ComPuter_DoctoR adlı üyeden alıntı: mesajı görüntüle
    sanırım kimse yardımcı olmayacak
    Site adresini PM alabilirmiyim?
  • 05-12-2015, 20:44:59
    #4
    güncel....
  • 06-12-2015, 04:36:57
    #5
    site linkini paylaşırsanız daha kolay yardımcı olabiliriz ve adsense kodunuzu silin yukarıdan..
  • 06-12-2015, 13:25:19
    #6
    Platin üye
    ComPuter_DoctoR adlı üyeden alıntı: mesajı görüntüle
    tekil yazı ( single.php ) dosyasında bir türlü tutturamadım tam resmin bittiği makalenin başladığı yere reklam eklemeyi bu konuda yardımcı olurmusunuz bana


    single.php

    <?php get_header(); ?> <?php do_action( 'bp_before_content' ) ?> <!-- CONTENT START --> <div id="single-content" class="content"> <div class="content-inner"> <?php do_action( 'bp_before_blog_home' ) ?> <!-- POST ENTRY START --> <div id="post-entry"> <section class="post-entry-inner"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php $full_img = get_theme_option('full_feat_img'); if($full_img == 'Enable') { if( get_theme_option('full_feat_img_only_show') == 'Enable') { $get_featon = get_post_meta($post->ID, 'full_feat_img_on', true); if($get_featon == 'yes') { echo get_featured_post_image("<div class='post-thumb in-single'>", "</div>", 1000, 300, "alignleft", "full", get_singular_cat('false') ,the_title_attribute('echo=0'), false); } } else { echo get_featured_post_image("<div class='post-thumb in-single'>", "</div>", 1000, 300, "alignleft", "full", get_singular_cat('false') ,the_title_attribute('echo=0'), false); } } ?> <center><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- 13 --> <ins class="adsbygoogle" style="display:inline-block;width:468px;height:15px" data-ad-client="ca-pub-7381463890157005" data-ad-slot="2591814775"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></center> <!-- POST START --> <article <?php post_class('post-single'); ?> id="post-<?php the_ID(); ?>"<?php do_action('bp_article_start'); ?>> <h1 class="post-title entry-title"<?php do_action('bp_article_post_title'); ?>><?php the_title(); ?></h1> <?php get_template_part( 'lib/templates/post-meta' ); ?> <div class="post-content entry-content"<?php do_action('bp_article_post_content'); ?>> <?php the_content( __('...more &raquo;',TEMPLATE_DOMAIN) ); ?> </div> <br> <center><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- 12 --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:15px" data-ad-client="ca-pub-7381463890157005" data-ad-slot="1254682376"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></center> <br> <?php get_template_part( 'lib/templates/post-meta-bottom' ); ?> </article> <!-- POST END --> <?php get_template_part( 'lib/templates/author-bio' ); ?> <div class="sharebox-wrap"> <?php get_template_part( 'lib/templates/share-box' ); ?> </div> <?php get_template_part( 'lib/templates/related' ); ?> <?php set_wp_post_view( get_the_ID() ); ?> <?php endwhile; ?> <?php comments_template( '', true ); ?> <?php else : ?> <?php get_template_part( 'lib/templates/result' ); ?> <?php endif; ?> <?php get_template_part( 'lib/templates/paginate' ); ?> </section> </div> <!-- POST ENTRY END --> <?php do_action( 'bp_after_blog_home' ) ?> </div><!-- CONTENT INNER END --> </div><!-- CONTENT END --> <?php do_action( 'bp_after_content' ) ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
    eklemek istediğiniz alanı doğru anladıysam, adman eklentisini kullanarak ekleyebilirsiniz.
  • 06-12-2015, 16:09:31
    #7
    adman resmin altına eklemiyor hocam denedim