Custom Menu
I've added a custom
<?php wp_nav_menu(..); ?> to my job site and I got it working EXCEPT that it automatically displays '
Logout / My dashboard / browse resumes / submit job' along with the items I've added to the menu (e.g. Test / Test 2 / Test 3)
How do I go about removing the 'logout / my dashboard / ....' from automatically appearing in <?php_wp_nav_menu(); ?>
Here's a lik to the site
jobs. You can see my issue on the grey bar below the main logo. That's where I placed the custom wp_nav_menu
Thanks!!