am using joomla 2.5, k2 as a content manager. am trying to display related articles by category under every k2 article. so i instaled module everywhere, create a new k2 template and finaly add this code : <h3>Voir Aussi</h3>
{module Related By Category|category_id=<?php echo $this->item->category->id; ?>}
4 articles are displaying but they don't belong to the same category of the article.
here is the link for my site: my site
how can i fix it?