I am trying to add unique id's to each menu item. What I have now is:
Code:
<li class="rMenu-expand page_item page-item-23">...</li>
And what I would like is:
Code:
<li id="menu-item-23" class="rMenu-expand page_item page-item-23">...</li>
The id's do not have to be the menu-item-##, but I thought that would perhaps be the simplest as they are already existant. The only real need is for a unique ID on each menu item. I have been poking around bfa_new_wp3_menus.php and bfa_hor_pages.php trying to understand how the menu's markup is generated, but I have only managed to confuse myself at this point.
http://gapschool.net/