Skip to content

Instantly share code, notes, and snippets.

@versluis
Created July 26, 2012 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save versluis/3182670 to your computer and use it in GitHub Desktop.
Save versluis/3182670 to your computer and use it in GitHub Desktop.
How to change the Nav Menu Title in AutoFocus 1.0.1
echo '<div id="menu"><ul><li><a href="'. get_settings('home') .'/" title="'. get_bloginfo('name') .'" rel="home" rel="nofollow">Home</a></li>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment