wordpress how to remove wp_nav_menu

    How to remove every Class and ID from WordPress wp_nav_menu

    The WordPress wp_nav_menu() function comes default with almost every WordPress Theme. This function displays a navigation menu which allows you to navigate to most part of your website, eg: Home – Blog – Contact etc. wp_nav_menu() comes with default IDs and Classes for easy styling of the menu such as: class=”menu-main-container“ id=”primary-menu“ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-80“ class=”menu-item…

    Read More
    up