Skip to content

Instantly share code, notes, and snippets.

@thecodepoetry
Created January 13, 2015 08:54
Show Gist options
  • Select an option

  • Save thecodepoetry/af8a26577ece34ffb55d to your computer and use it in GitHub Desktop.

Select an option

Save thecodepoetry/af8a26577ece34ffb55d to your computer and use it in GitHub Desktop.
Remove site name from title
function presscore_blog_title() {
$wp_title = wp_title('', false);
return $wp_title;
}
@thecodepoetry

Copy link
Copy Markdown
Author

Add this in your child theme functions.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment