Hello,
I found your plugin, and I prefer your other plugins forum.
But, I encounter a problem with WordPress recent post that I have integrated with the sidebar code :
<?php query_posts('showposts=5'); ?>
<?php while (have_posts()) : the_post(); ?>
<?php the_title(); ?>
<?php the_content(); ?>
//or
<?php while (have_posts()) : the_post(); ?>
<?php the_title(); ?>
<?php the_content(); ?>
//or
<?php the_excerpt() ?>
<?php endwhile; ?>
<?php endwhile; ?>
The function the_content() or the_excerpt() displays both the forum in each of the post in addition to the forum on the main page.
How can I avoid this?
P.S. : Sorry if my English is average because I'm french 