It did, thank you. Well mostly.
I’m using D-Rock’s solution and on some pages everything works fine.
The strange thing is on other pages, pages that I think use the exact same code (since the nav is in one template which is embedded into all others), the third level navigation is not appearing, or appearing strangely.
So the Case Studies menu here: http://fdsolutions.uk.com/index.php works as it should, with all the categories listed and all the entries within each category listed too.
However, on this page: http://fdsolutions.uk.com/index.php/part-time-finance-directors/about-us/why-choose-us all the categories are listed as they should be (Construction and Property, Consumer Goods, Engineering and Industrial) but the entries themselves aren’t.
Even stranger (or perhaps more illuminatingly), going to any entry within Case Studies means the nav shows the category listing as it should and then only the entry for the category chosen. So for example this page http://fdsolutions.uk.com/index.php/part-time-finance-directors/case-studies/waste-management-and-construction shows the link for “Waste management and construction” within the first category “Construction and property” but no others.
The code I’m using is:
<ul>
<li><h2><!--[if IE 6]><a href="/index.php/part-time-finance-directors/case-studies"><![endif]-->Sectors & Case Studies<!--[if IE 6]></a><![endif]--></h2>
<p> {exp:weblog:categories weblog="caseStudies" sort="asc" orderby="date" style="nested" show_empty="no" disable="category_fields" class="first-submenub" id="submenu2"}<br />
{category_name}<br />
<ul><br />
{exp:weblog:entries weblog="caseStudies" category="{category_id}" sort="asc" orderby="date" }<br />
<li><br />
<a href="/index.php/part-time-finance-directors/case-studies/{url_title}">{if title == "Services to the marketing media and technology sectors"}<span class="caseStudyHighlight">{title}</span>{if:else}{title}{/if}</a> <br />
</li><br />
{/exp:weblog:entries}<br />
</ul><br />
{/exp:weblog:categories} <br />
</li><br />
</ul>
My guess is it’s a problem with category=”{category_id}” but it’s purely a guess because I’ve never really got my head around how that parameter works.