bu orjinal hali. nereye eklemem gerekiyor?
<?php session_start();?>
<?php get_header(); ?>
<div class="content">
<div class="left">
<?php if (have_posts()) : ?>
<div class="border-sep">
<?php ot_ads('category'); ?>
<div class="title"><h1><?php wp_title(); ?></h1></div>
<ul class="recent">
<?php while (have_posts()) : the_post(); ?>
//sayac
<?php if(function_exists('the_views')) { the_views(); } ?>
<li id="post-<?php the_ID(); ?>">
<div class="a-box">
<a class="a-title" title="<?php the_title(); ?>" href="<?php the_permalink() ?>"><?php ot_title_limit('53') ?></a>
<div class="info">
<span class="valign"><?php the_time('F jS, Y') ?> tarihinde <?php the_author_posts_link() ?> yazmış. | <?php comments_popup_link('Yorum Yap', '1 Yorum', '% Yorum' );?><img src="<?php bloginfo('stylesheet_directory'); ?>/img/icons/comments.gif" alt="<?php comments_number('');?> Comments" border="0" class="valign-img" />
<?php edit_post_link(
'Düzenle',
' | ',
'<img class="valign-img" src="'. get_option('home') .'/wp-content/themes/one-theme/img/icons/edit.gif" alt="Bu yazıyı düzenle" border="0" />'); ?></span>
</div>
<?php ot_thumb_large(); ?>
<div class="post">
<?php ot_content_limit(350); ?>
</div>
</div>
</li>
<?php endwhile; ?>
</ul>
<?php ot_paginate();?>
<div class="adsense-category-bottom"><?php ot_ads('cat-bottom'); ?></div>
<?php else : ?>
<?php include 'error.php';?>
<?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>