Just to update, I found out it was my theme, I changed the page.php to this and it worked wonders!
</div><!-- /.post -->
<?php comments_template('', true); ?>
<?php endwhile; else: ?>
<div class="post">
<p><?php _e('Sorry, no posts matched your criteria.', 'woothemes') ?></p>
</div><!-- /.post -->
<?php endif; ?>
Hope it helps others.