dediğin gibi kodları
ul>...</ul
tagları arasına aldım. ve artık sayaç ve etiket bulutu sidebarın bir parçası oldu (deminden beri bununla uğraşıyordum sonunda yapabildim) ama tabi aynı sorun yine devam ediyor. aşağıya sidebar.php içindeki kodları ekliyorum
<ul id="sidebar">
<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar()) : ?>
<?php widget_mandigo_search(); ?>
<?php widget_mandigo_calendar(); ?>
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p>You are currently browsing the archives for the '<?php single_cat_title(''); ?>' category.</p>
<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog archives
for the day <?php the_time('l, F jS, Y'); ?>.</p>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog archives
for <?php the_time('F, Y'); ?>.</p>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog archives
for the year <?php the_time('Y'); ?>.</p>
<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p>You have searched the /"><?php echo bloginfo('name'); ?> weblog archives
for '<?php echo wp_specialchars($s); ?>'. If you are unable to find anything in these search results, you can
try one of these links.</p>
<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog
archives.</p>
<?php } ?>
<?php wp_list_pages('title_li=<h2>Sayfa</h2>' ); ?>
<h2>Kategori</h2>
<?php wp_list_cats('sort_column=name&optioncount=1&hide_empty=0&hierarchical=1'); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>
<?php } ?>
<?php widget_mandigo_meta(); ?>
<?php endif; ?>
<h2>Sayaç</h2>
<?php if(function_exists(wp_onlinecounter)) wp_onlinecounter(); ?><p>
<h2>Etiketler:</h2>
<?php if (class_exists('SimpleTagging')) : ?>
<ul id ="tagcloud">
<?php STP_Tagcloud(); ?>
<?php endif; ?>
<p>
<h2>Reklam</h2>
<center><script type="text/javascript"><!--
google_ad_client = "pub-5998266903542889";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text_image";
//2007-04-02: blog
google_ad_channel = "6637715347";
google_color_border = "eeeeee";
google_color_bg = "eeeeee";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "CC0000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>
umarım bu kez olur