How to add a tag to wp_nav_menu in a child theme
The wp_nav_menu() function has a ton ( or bunch ) of parameters which makes customization fairly easy. I believe the one you’re specifically looking for is after which will add a passed string into the list after the link. An example would look like this: wp_nav_menu( array( ‘menu’ => ‘Main Menu’, ‘container’ => ‘nav’, ‘theme_location’=> … Read more