Skip to content

Instantly share code, notes, and snippets.

@generatepress
Created June 8, 2015 16:04
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 generatepress/db877132386f4b77c7f4 to your computer and use it in GitHub Desktop.
Save generatepress/db877132386f4b77c7f4 to your computer and use it in GitHub Desktop.
Change the URL of your GeneratePress logo
add_filter( 'generate_logo_href','generate_custom_logo_href' );
function generate_custom_logo_href()
{
// Enter the URL you want your logo to link to below
return 'http://generatepress.com';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment