I have a similar issue in that I want “Contact” to appear only in the footer. I have it working in both places, but I don’t want it to appear in the menu at the top of the page.
I’ve looked in header.php, sidebar1.php, and functions.php, but I don’t see the code you’re referring to.
I do see that if I comment out this code from header.php…:
<?php art_menu_items(); ?>
…that the menu I’m referring to goes away entirely; but I need to remove only one item from the list, not the whole menu.
Any ideas???