Advertisement
bdbrown

Google Ads Below Excerpt Home Page

Apr 3rd, 2015
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.67 KB | None | 0 0
  1.         <?php if (ot_get_option('excerpt-length') != '0'): ?>
  2.         <div class="entry excerpt">            
  3.             <?php the_content(); ?>
  4.         </div><!--/.entry-->
  5.         <?php endif; ?>
  6.  
  7. <?php if ( is_home() ): ?>
  8.     <div class="ad-index-post">
  9.     <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  10.     <!-- 340x50 eigenes Designa -->
  11.     <ins class="adsbygoogle"
  12.         style="display:inline-block;width:340px;height:50px"
  13.         data-ad-client="ca-pub-5248969926404254"
  14.         data-ad-slot="4346084800">
  15.     </ins>
  16.     <script>
  17.         (adsbygoogle = window.adsbygoogle || []).push({});
  18.     </script>    
  19.     </div>
  20. <?php endif; ?>
  21.  
  22.     </div><!--/.post-inner-->  
  23.  
  24. </article><!--/.post-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement