<div class="sidenav">
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar() ) : ?>
<?php if (function_exists('wp_theme_switcher')) { ?>
<?php wp_theme_switcher('dropdown'); ?>
<?php } ?>
<?php
$today = current_time('mysql', 1);
if ( $recentposts = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 10")):
?>
<?php endif; ?>
<h1>Kategoriler</h1>
<ul>
<?php aps_cat_icon_list(); ?>
</ul>
<?php if ( is_home() ) { ?>
<h1>Son Konular</h1>
<ul><?php get_archives('postbypost','5','html','',''); ?></ul>
<h1><?php _e('Blogroll'); ?></h1>
<ul>
<?php get_links(-1, '<li>', '</li>', '', FALSE, 'name', FALSE, FALSE, -1, FALSE); ?>
<li><a href="http://zonenoktaorgodulluseoyarismasi.srrnet.com">Sırrı ÖZDEN</a></li>
</ul>
<?php } ?>
<h1><?php _e('Archives:'); ?></h1>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
<?php endif; ?>
<h1>RSS (Feed)</h1>
<ul>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('Konular <abbr title="Really Simple Syndication"> RSS</abbr>'); ?></a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
</ul>
</div>
daha eklemek istediğim banneri olusturmadım..ama sen bunu ekleyebilirsin.daha sonra ben değiştiririm.