No, el archivo que tengo es index, single no lo tengo, te paso el archivo
Código PHP :
<?php get_header(); ?>
<div id="middle">
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="entry">
<p><?php the_time('l, j \d\e F \d\e Y') ?> por <?php the_author() ?></p>
<?php the_content('Seguir leyendo »'); /* Aqui es en donde coloque el the_content() */ ?>
</div>
<div class="spacer"></div>
<ul class="post-data">
<li class="comments">
<?php comments_popup_link('Sin Comentarios »', '1 Comentario »', '% Comentarios »'); ?>
</li>
<!-- <li class="posted">
Publicado en <?php //the_category(', ') ?> <?php //edit_post_link('Edit','',''); ?>
</li>-->
<li class="tags"><?php the_tags('Tags:', ', ', '<br />'); ?></li>
</ul>
</div>
<?php comments_template(); ?>
<?php endwhile; ?>
<p align="center"><?php next_posts_link('« Anteriores') ?> <?php previous_posts_link('Siguientes »') ?></p>
<?php else : ?>
<h2 align="center">No encontrado</h2>
<p align="center">Lo sentimos, no encontramos lo que buscas</p>
<?php endif; ?>
</div>
<?php //get_sidebar();
include_once("sidebar.php");?>
</div>
<?php get_footer(); ?>
lo carga en el index