Hi there all Wordpres Gurus. i running up against the following problem.
i've the following navigation: (example : example)
<ul id="mainNav">
<li><a href="#" class="watishet">Wat is het</a></li>
<li><a href="#" class="hoewerkthet">Hoe werkt het?</a></li>
<li><a href="#" class="resultaten">Resultaten?</a></li>
<li><a href="#" class="onconavigator">OncoNavigator?</a></li>
<li><a href="#" class="ziekenhuizen">Ziekenhuizen?</a></li>
</ul>
my question is can i add custom classes to a anchor element inside Wp_list_pages? because the current wp_list_page doesn't use a class attribut inside a anchor element. I want to add a unique class to each anchor element. For final result i want to make a tab based horizontal dropdown menu.
I hope some one can help me out because i searched alot and also look for couple of wordpress dropdown menu plugins but there wasn't anything out there that fulfill my wishes.
thanks.