Google adsense görüntülemek için bir süre önce wordpress custom_function.php dosyasında aşağıdaki kodu eklenmiştir. Şimdi kod kaldırmak istiyorum ama benim et ben aşağıdaki kodu comment out zaman kırar. Ben neden anlamıyorum. Bu giriş veriniz.
function sidebar_ads() {
?>
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxx";
/* 160x600, created 9/23/10 for SideBar */
google_ad_slot = "xxxxx";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<?php }
add_action('thesis_hook_before_sidebars', 'sidebar_ads');