I can’t explain what is going on but when i use this tag:
{exp:structure:nav_sub start_from="/services/creative" css_id="test_only" css_class="test_only" }I get this code:
<ul id="test_only" class="test_only">
</ul>
</li>
<li class="sub_level_-1 last"><a href="http://localhost/services/creative/">Creative</a></li></ul>Something went afoul but i don’t know what. The <li> isn’t even inside the <ul> and the sub_level is -1. It should be rendering all subpages of creative something like this:
<ul id="test_only" class="test_only">
<li class="sub_level_0"><a href="#">Graphic</a></li>
<li class="sub_level_1"><a href="#">Print</a></li>
<li class="sub_level_2"><a href="#">Web</a></li>
<li class="sub_level_3"><a href="#">Interactive</a></li>
</ul>Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.