hi, i have a problem with the pages in all wordpress on the network
the issue, seems to be related with the theme, bacaouse the twentty eleven works fine
the broken links http://www.kandombe.com/vender/
the page code
<?php get_header(); ?>
<div id="contentleft">
<div id="content">
<div class="singlepost">
<?php the_post(); ?>
<div id="subhead">
<h1 class="pagetitle"><?php the_title(); ?></h1>
</div>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="entry">
<div class="fixed"></div>
<?php the_content(); ?>
<div class="fixed"></div>
</div>
</div>
<?php comments_template( '', true ); ?>
</div>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
thanks!