I have a simple weblog:entries tag to retrieve news items as follows:
{exp:weblog:entries weblog="news" category="{segment_2_category_id}" disable="member_data|pagination|trackbacks" dynamic="off"}
{categories}
<div class="news"><a href="http://{url_title_path=news}">{title}</a></div>
{/categories}
{/exp:weblog:entries}The problem is that if one of the News entries belongs to 3 different categories, it will get displayed 3 times. Why is this happening if I’m explicitly telling the entry tag to only pull from the defined category, (ie category=”{segment_2_category_id}”)?