Categories Uncategorized How to Add Custom WordPress Menu by Prakash Posted on July 9, 2020 July 9, 2020 To add a custom navigation menu, the first thing you need to do is register your new navigation menu by adding this code to your theme’s functions.php file. function hd_custom_new_menu() { register_nav_menus(… Read More