I found the problem.
It was the “Sociable” plugin.
I actually swithched the theme and it does give me the exact same results.
Here is the code for page.php
<?php include (TEMPLATEPATH . ‘/myheader1.php’); ?>
<div id=”content”>
<div id=”contentleft”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1 class=”single”>” rel=”bookmark”><?php the_title(); ?></h1>
<?php the_content(__(‘Read more’));?><div style=”clear:both;”></div>
<?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>
<?php posts_nav_link(‘ — ‘, __(‘« go back’), __(‘keep looking »’)); ?>
</div>
<?php include(TEMPLATEPATH.”/l_sidebar.php”);?>
<?php include(TEMPLATEPATH.”/r_sidebar.php”);?>
</div>
I have tried swithching themes, atleast the preview and I get the same results.