Hi there,
I’ve set up some categories and sub categories using this code:
{exp:weblog:category_archive weblog="sfu_ventures" style="nested" show_future_entries="yes"}
{categories}
<h3>{category_name}</h3>
<p>{/categories}</p>
<p>{entry_titles}<br />
<a href="#{title}">{title}</a></p>
<p>{/entry_titles}</p>
<p><br />
{/exp:weblog:category_archive}It displays all fine, except one stubborn entry that I have listed under a sub category is listing under the parent category and the sub category on the page. All the other items only list itself under the child category and work fine. When I go in to check the item’s content, the parent and child category are selected. I unselect the parent category from the backend, but it constantly displays under both the parent and the child category, no matter which section I move it to, and only for this one item.
Any ideas what’s going on or how this can be fixed?