Created
January 13, 2015 08:54
-
-
Save thecodepoetry/af8a26577ece34ffb55d to your computer and use it in GitHub Desktop.
Remove site name from title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function presscore_blog_title() { | |
| $wp_title = wp_title('', false); | |
| return $wp_title; | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this in your child theme functions.php