rendered paste body <div id="sidebar">
<ul>
<li>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</li>
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
<li><h2>Author</h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
</li>
-->
<li>
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p>Şu an <?php single_cat_title(''); ?> kategorisi için arşive bakıyorsunuz.</p>
<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p>Şu an <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> blog arşivine bakıyorsunuz,
<?php the_time('l, d F Y'); ?> günü için.</p>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p>Şu an <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> blog arşivine bakıyorsunuz,
<?php the_time('F, Y'); ?> için.</p>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p>Şu an <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> blog arşivine bakıyorsunuz,
<?php the_time('Y'); ?> yılı için.</p>
<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p><a href="<?php echo bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> blog arşivini aradınız,
<strong>'<?php echo wp_specialchars($s); ?>'</strong> için. Eğer istediğinizi bulamadıysanız, şu bağlantılardan birini deneyebilirsiniz.</p>
<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<p>Şu an <a href="<?php echo bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> blog arşivine bakıyorsunuz.</p>
<?php } ?>
</li>
<?php wp_list_pages('title_li=<h2>Sayfalar</h2>' ); ?>
<li><h2>Arşiv</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<li><h2>Kategoriler</h2>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
</ul>
</li>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>
<div id="myGallery">
<div class="imageElement">
<h3>A LivingOS Theme</h3>
<p>Bringing together WordPress and SmoothGallery</p>
<a href="http://livingos.com/" title="Find out more..." class="open"></a>
<img src="<?php bloginfo('stylesheet_directory'); ?>/smoothgallery/images/shine/1.jpg" class="full" alt="Shine" />
</div>
<div class="imageElement">
<h3>LivingOS</h3>
<p>Giving you rotating images in the header with links</p>
<a href="http://livingos.com/" title="Open map" class="open"></a>
<img src="<?php bloginfo('stylesheet_directory'); ?>/smoothgallery/images/shine/headerpicture.jpg" class="full" alt="Churches" />
</div>
<div class="imageElement">
<h3>Jon Design's SmoothGallery Header Slideshow</h3>
<p>And link to anywhere from the image...</p>
<a href="http://smoothgallery.jondesign.net" title="Read latest articles" class="open"></a>
<img src="<?php bloginfo('stylesheet_directory'); ?>/smoothgallery/images/brugges2006/3.jpg" class="full" alt="Civic Involvement" />
</div>
<div class="imageElement">
<h3>Beautiful...</h3>
<p>Wow!</p>
<a href="#" title="Read latest articles" class="open"></a>
<img src="<?php bloginfo('stylesheet_directory'); ?>/smoothgallery/images/shine/headerpicture.jpg" class="full" alt="Action" />
</div>
</div>
<li><h2>Meta</h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://validator.w3.org/check/referer" title="Bu sayfa XHTML 1.0 Transitional olarak geçerlidir">Geçerli <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
<li><a href="http://wordpress.org/" title="Altyapı WordPress, kişisel yayınlama platformu.">WordPress</a></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php } ?>
</ul>
</div>