<?php
  /*
     Template Name: Arama
     Bu sayfa şablonu Sayfa yazarken sagda gorunecek.
  */
 ?>
<?php get_header();?>
<div id="left">
	<div id="content">
<?php
    ?>
    <?php get_header(); ?>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h2><link rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></h2>
          <?php wp_tag_cloud('number=0&unit=pt'); ?>
    <?php endwhile; endif; ?>
</hr>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
böyle daha düzenli sanirim