arkadaşlar merhaba,
blog temamı değiştirdim ama ne yazıkki bazı sorunlar yaşıyorum
sidebar.php ye eklediğim reklam kodu google chorome da sorun olmadan gösteriliyor ama explorerde sayfa uyumsuzluğundan dolayı blog yazılarımın üstüne kayıyo,kullandığıım temanın menuler taşınabilir olduğundan dolayı mı acaba ? yardım ederseniz sevinirim
sidebar.php şu şekilde
<div class="dbx-group" id="sidebar">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<!--sidebox start -->
<div id="categories" class="dbx-box">
<h3 class="dbx-handle"><?php _e('Categories'); ?></h3>
<div class="dbx-content">
<ul>
<?php wp_list_cats('sort_column=name&optioncount=1&hiera rchical=0'); ?>
</ul>
</div>
</div>
<!--sidebox end -->
<!--sidebox start -->
<div id="archives" class="dbx-box">
<h3 class="dbx-handle"><?php _e('Archives'); ?></h3>
<div class="dbx-content">
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</div>
</div>
<!--sidebox end -->
<!--sidebox start -->
<div id="links" class="dbx-box">
<h3 class="dbx-handle"><?php _e('Links'); ?></h3>
<div class="dbx-content">
<ul>
<?php get_links('-1', '<li>', '</li>', '<br />', FALSE, 'id', FALSE, FALSE, -1, FALSE); ?>
</ul>
</div>
</div>
<!--sidebox end -->
<?php endif; ?>
</div><!--/sidebar -->
&n bsp;
<table width="160" height="600"
border="0" align="center"
<th width="120" height="600" align="center" valign="top" scope="col"><script type="text/javascript"><!--
google_ad_client = "pub-8819109406667829";
/* 160x600, olusturulma 02.09.2009 */
google_ad_slot = "8706355373";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></th>
</tr>
</table>
wordpress tema sorun
0
●320