Skip to content

Instantly share code, notes, and snippets.

@Umbrous
Created November 11, 2016 08:29
Show Gist options
  • Save Umbrous/37bc7a66570b0612f9214d189f2e9b14 to your computer and use it in GitHub Desktop.
Save Umbrous/37bc7a66570b0612f9214d189f2e9b14 to your computer and use it in GitHub Desktop.
<title><?php bloginfo('name'); if(is_home() || is_front_page()) { echo ' - '; bloginfo('description'); } else { wp_title(); } ?></title>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment