I’m using the built in menu system, and I wan’t to change the text of the home menu link to something else, like “hjem”, and i have tried placing this in the code:
<?php wp_page_menu( array( 'show_home' => 'Hjem', 'sort_column' => 'menu_order' ) ); ?>
But that did nothing but show the menu, with the home menu text “Home”.
What do I do?
Funnily enough, I see the same behavior in WordPress 3.4.2 and 3.5-beta2. No plugins active, theme TwentyEleven.
Even setting
show_home
asfalse
will show the Home button ?!Checking the core, I see this filter that does the trick:
[Update]
This was a bug with the Bundled Themes.