I’ve got a template using the following code:
{exp:weblog:categories weblog="products" style="linear" parent_only="yes" show_empty="no"}
<h4>{category_name}</h4>
<p><ol class="order-form"><br />
{exp:weblog:entries weblog="products" disable="member_data|pagination" dynamic="off" orderby="title" sort="asc" category="{category_id}"}<br />
<li>{title}</li><br />
{/exp:weblog:entries}<br />
</ol><br />
{/exp:weblog:categories}Does anybody know of a way to make it so that entries which have multiple categories assigned will only appear under the heading for one category?