<!-- sidebar -->
<?php /* Please do not remove this line */ global $opt; ?>
< div id="sidebar">
<h2>Photoders Hakkında</h2>
< div class="box">
<?php include (TEMPLATEPATH . "/about.php"); ?>
< /div>
<h2>Photoders Yazılarına Abone Olun</h2>
< div class="box">
<p class="rssfeed">">Subscribe via RSS Feed Abone ol yeni yazılar e-posta'na gelsin</p>
<p class="emailfeed">E-mail Adresini yaz OK butona bas:</p>
< ?php include (TEMPLATEPATH . '/feedburner.php'); ?>
< /div>
< h2>Reklam Alanı</h2>
< div class="box">
< ul class="ads">
< ?php include (TEMPLATEPATH . "/125_125.php"); ?>
< /ul>
< div class="clear">
< /div>
< ?php include (TEMPLATEPATH . "/sidebar_c.php"); ?>
< ?php include (TEMPLATEPATH . "/sidebar_l.php"); ?>
< ?php include (TEMPLATEPATH . "/sidebar_r.php"); ?>
< div class="clear">
<h2>Video Blog</h2>
< div class="box videobox">
<?php include (TEMPLATEPATH . "/video.php"); ?>
< /div>
< /div>
<!-- /sidebar son -->
single.php
<!-- single.php -->
<?php get_header(); ?>
< div id="content">
< div id="column">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
< div class="post" id="post-<?php the_ID(); ?>">
<!-- google yorum.php sayfası üst -->
<? include(TEMPLATEPATH."/google_468_60.php"); ?>
<!-- /google yorum.php sayfası üst -->
<h1><?php the_title(); ?></h1>
< div class="postinfo">
< div class="info">Yazar <?php the_author_posts_link(); ?> tarih <?php the_time('d F, Y'); ?>
< div class="commentnum"><?php comments_number('Yorum Yok','1 Yorum','% Yorum'); ?>
< /div>
< div class="category">Kategori [ <?php the_category(', '); ?> ]
< div class="entry">
<?php the_content('Devamı...'); ?>
<?php if(function_exists('the_ratings')) { echo '
Rate this topic:'; the_ratings(); echo '
'; } ?>
<?php if(function_exists('the_views')) { echo '
Popularity: '; the_views(); echo '
'; } ?>
<?php wp_link_pages(array('before' => '<p>
Pages: ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php edit_post_link('Yazıyı düzenle', '<p class="Edit">', '</p>'); ?>
< /div>
<?php the_tags('
Etiket: [ ', ', ', ' ]
< /div>'); ?>
< /div>
<!-- sayaç kod metin görünmez-->
<script type="text/javascript" src="http://www.okunuyoruz.biz/scripts/widget.js" ></script>
<script type="text/javascript">
var BlogID="728"; var Width="0"; var Height="0";
var PostURL="<?php the_permalink() ?>"; var PostTitle="<?php the_title(); ?>"; ReadIt();
</script>
</br>
<!-- /sayaç kod metin görünmez-->
< div class="post_follow">
<!-- yazıyı paylas -->
<?php akst_share_link(); ?>
<!-- /yazıyı paylas -->
<!-- yazdır -->
<?php if(function_exists('wp_print')) { print_link(); } ?>
<!-- /yazdır -->
< /div>
< div class="post_follow">
Yorumlardan haberdar olmak için <?php post_comments_feed_link('RSS 2.0'); ?> Beslemesi kullanın.
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { ?>
Sizde Yorum yapabilir, veya kendi sitenizden " rel="trackback">geri izleme yapabilirsiniz.
<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { ?>
Yorum yapma kapalı, kendi sitenizden " rel="trackback">Geri izleme yapabilirsiniz.
<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { ?>
Sona gidip yorum yapabilirsiniz.Pingleme şimdilik kapalı.
<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) { ?>
Yorum yapma pingleme kapalı.
< ?php } ?>
< /div>
< ?php comments_template(); ?>
<!--
< ?php trackback_rdf(); ?>
-->
< ?php endwhile; ?>
<!-- Post Navigation -->
< div class="nav">
< div class="nav_left"> <?php next_post_link('« %link'); ?>
< div class="nav_right"> <?php previous_post_link('
%link »'); ?>
< div class="clear">
< /div>
<!-- End -->
< ?php else : ?>
< div class="post">
<h1>No posts were found.</h1>
<p>Sorry! the page you are looking for does not exist.</p>
<h3>Site Arama</h3>
< ?php include(TEMPLATEPATH."/searchform.php"); ?>
< /div>
< ?php endif; ?>
< /div>
< ?php get_sidebar(); ?>
< /div>
< ?php get_footer(); ?>
<!-- /single.php son -->
kod eklemeyi yapamıyordum o yüzden ekleyememiştim şimdi olayı çözdüm ekledim