o temanin single.php kodu burda yazarmisin ??
galiba breadcump ile ilgili bir sey olmasi lazim..
<?php get_header(); ?>
<!-- container start -->
<div id="container">
<?php get_sidebars(); ?>
<!-- content start -->
<div id="content">
<?php if(have_posts()) : ?>
<?php while(have_posts()) : the_post(); ?>
<div class="post">
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="entry quotable">
<?php the_content(); ?>
<div class="endline"></div>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php the_tags('<p class="tags"><strong>Tags:</strong> ', ', ', '</p>'); ?>
<?php
if (function_exists('wp_list_comments')) {
comments_template('/comments.php', true);
}
else {
comments_template('/comments-old.php');
}
?>
</div>
</div>
<?php endwhile; ?>
<div class="endline"></div>
<div class="quickjump">
<div class="postjumper"><?php goto_previous_post('%link') ?></div>
<div class="postjumper"><?php goto_next_post('%link') ?></div>
</div>
<?php else : ?>
<div class="notfound"><p>Post Not Found!</p><p>Please try again.</p></div>
<div class="endline"></div>
<?php endif; ?>
</div>
<!-- content end -->
<div class="endline"></div>
</div>
<!-- container end -->
<?php get_footer(); ?>
dostum kod bu