To reduce the extraneous WordPress classes and add unique IDs to navigation menus.
This plug-in limits the classes WordPress added to navigation menus to only those desired by the Theme owner,
adds a unique ID to each li
and removes any empty class
attributes.
More about this plug-in can be found at:
http://aarontgrogg.com/2011/09/28/wordpress-plug-in-navigation-menu-ids-classes/
Please let me know if you have any questions/suggestions/thoughts,
Atg
/wp-content/plugins/
)id="menu-item-72"
or class="page-item-58"
in your CSS?). This plug-in greatly reduces those classes,2015-03-13:
* Fixing issue if no cusotm classes exist
2013-07-11:
* Added ability to retain custom class added via the Menus Admin page; thanks to Bryce for the idea, and sorry it took me so long to get around to!
2013-04-07:
* Fixed naming issue preventing plug-in from working and fixed screenshots
2013-01-11:
* Fixed an issue where individual checkboxes seemed to not respond to click (in fact, thanks to WP’s layout and jQuery’s bubbling, my toggle function was toggling twice). Was able to fix issue and remove the toggle function altogether. Thanks, Erin Allen!
* Fixed an issue where the for
attribute for all of the label
s was not getting added correctly. Now the label
for each row spans the entire row, meaning you can click anywhere in a row to toggle that checkbox.
* Changed NMIC.checkboxes.attr
to NMIC.checkboxes.prop
in the checkall
and uncheckall
functions.
2012-10-03:
* Finally added the admin screen!
* Added if ( ! function_exists( '...' ) ):
blocks around each plug-in function
* Changed function namesspace from nmic
to NMIC
* Still want to find a way to gather possible WP class names programmatically, for “this” version of WP; any ideas?
2012-02-27:
* Page name slug classes were not working; this has been fixed. Thanks to Christopher Bright for getting me to look into this.
* Removed nmic_remove_empty_classes function, as it is no longer necessary now that all nav menu LIs will have at least one class: the page name slug.
2011-09-28:
Well, this is the first version, so… here it is, hope you like it!