=== WPXP Clean Navigation Links === Contributors: manjonka Creator's website link: https://wpxpertise.com/resources/plugins/wpxp-clean-navigation-links/ Donate link: https://wpxpertise.com/support/donate/ Tags: navigation, menu, links, cleaner Requires at least: 5.0 Tested up to: 5.0.3 Requires PHP: 5.2.4 Stable tag: 1.0.0 License: GPLv2 or later == Description == This plugin keeps the HTML of your navigation menu links clean by removing extraneous CSS classes from the each list item. Those classes are simply replaced by the target page's slug (e.g. class="home"). The current page's list item is given an additional "current-menu-item" so it can be highlighted. It that page is a submenu item, then its parent is is also given an additional "current-menu-parent" class you can use in your theme's style to highlight it as well. In case AJAX is used to download the selected page, your JavaScript code can read the "data-id" or "data-slug" attribute to fetch that record from the server. == Installation == 1. Install the plugin to your WordPress website 2. Activate the plugin == Screenshots == 1. Before: default HTML of navigation menu 2. After: HTML of Navigation menu after "WPXP Clean Navigation Links" is active == Settings == Once the plugin is active, no additional settings needed.