Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created July 30, 2013 19:07
Show Gist options
  • Save jbutko/6115868 to your computer and use it in GitHub Desktop.
Save jbutko/6115868 to your computer and use it in GitHub Desktop.
WP, PHP: Title tag
<title><?php bloginfo('name'); ?> &raquo; <?php is_front_page() ? bloginfo('description') : wp_title(''); ?></title>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment