1
vote
1answer
145 views

which is the best way to customize nav-menu-template.php?

I have modified the function start_el in nav-menu-template.php substituting $item->ID with $item->title so that the html li elements in menu have a more readable class names. In detail, I have ...