I am using wordpress 3.4.1.
I am mainly creating a static site and for that have created and arrnaged the pages, and wordpress has nicely created the pages in proper nav-menu format for me, which is good.
But, it has also added a link to ‘Home’ in the nav-menu. How can i remove that?
NOTE: I prefer any other answer than using the menu section and creating a new menu and assigning it as primary menu.
Here’s a good solution posted over at .org
http://wordpress.org/support/topic/remove-home-from-menu-1#post-2215239
add_filter( ‘wp_nav_menu_args’, ‘mytheme_nav_menu_args’ );