2011-12-24, 19:17:14
n00dles101 Wrote:what are you using to create the menu?
the inbuild get_navigation function or a plugin?
I use this function :
Code:
<ul class="menu clearfix">
<?php get_navigation(return_page_slug()); ?>
</ul>