don't understand what's happening here. I was moving some pages back and forth to different parents to show a client how to manage the pages. but it seems that after i moved it back to it's original parent it added the currentpage tag to other subpages.
like this:
Code: Select all
<ul>
<li class="currentpage"><h3><span>Pågående prosjekter</span></h3>
<ul>
<li class="currentpage"><h3><span>Elveparken Bryne</span></h3>
</li>
<li class="currentpage"><h3><span>Undergang forus</span></h3>
</li>
<li class="currentpage"><h3><span>Madla Næringsenter</span></h3>
</li>
As you can see if you click one of the top 3 menuoptions they all get the same formatting and are unclickable.
Am I missing the obvious here or is this a bug?