hey guys could you please help me i ma facing the same problem i have installed Headspace, SEO but it cause double post in my blog
i will paste the code for the two files that u have mentioned
archive.php
<?php get_header(); ?>
<div id="pagei">
<div id="page">
<div id="contents-b">
<div id="content-b"><?php include TEMPLATEPATH. '/templates/archive.html'; ?></div>
<?php get_sidebar(); ?><div class="clear"></div>
</div>
</div>
</div>
<?php get_footer(); ?>
single.php
<?php get_header(); ?>
<div id="pagei">
<div id="page">
<div id="contents-b">
<div id="content-b"><?php include TEMPLATEPATH. '/templates/single.post.template.html'; ?></div>
<?php get_sidebar(); ?><div class="clear"></div>
</div>
</div>
</div>
<?php get_footer(); ?>