Hey,
Can you provide a link? I would love to help you, but I would like a link to check out the problem 1st.
And btw, I’m no PHP master but this here:
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<?php endforeach; else: ?>
I think you should check a template out and add the code where it has stuff like:
<div class="entry"><?php the_title(); ?></div>
posted by <?php the_author
…
That should be included I think. I dont know, since Im no expert.