Dolphin adlı üyeden alıntı

Verdiğim linkten gerekli araştırmayı yaptığınızı düşünmüyorum hocam.
Şuraya girin, CTRL+F ile adsense diye aratırsanız bir şeyler bulabilirsiniz.


Bunu tamamiyle okudum yarım saatimi aldı diyebilirim. Tema ayarlarıyla hiç bir ilgisi yokmuş. everyCode belirttiği gibi bir yere yerleştirmiş.

/*-----------------------------------------------------------------------------------*/
# BANNERS
/*-----------------------------------------------------------------------------------*/
function tie_banner( $banner , $before= false , $after = false){
if(tie_get_option( $banner )):
echo $before;
$protocol = is_ssl() ? 'https' : 'http';
if(tie_get_option( $banner.'_img' )):
$target = $nofollow ="";
if( tie_get_option( $banner.'_tab' )) $target='target="_blank"';
if( tie_get_option( $banner.'_nofollow' )) $nofollow='rel="nofollow"'; ?>

>
<?php echo tie_get_option( $banner.'_alt') ?>


<script>
var adWidth = jQuery(document).width();
google_ad_client = "";
if ( adWidth >= 768 ) {
google_ad_slot = "";
google_ad_width = 728;
google_ad_height = 90;
} else if ( adWidth >= 468 ) {
google_ad_slot = "";
google_ad_width = 468;
google_ad_height = 60;
}else {
google_ad_slot = "";
google_ad_width = 300;
google_ad_height = 250;
}
</script>



endif;
?>
echo $after;
endif;
}


Şu şekilde bir şey buldum silsem sayfa kayıyor.