Skip to content

Instantly share code, notes, and snippets.

@pixelbart
Created January 5, 2016 13:25
Show Gist options
  • Save pixelbart/5db215de9c89492c37ab to your computer and use it in GitHub Desktop.
Save pixelbart/5db215de9c89492c37ab to your computer and use it in GitHub Desktop.
wp-title
<?php if (is_home()) { ?>
<title><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?></title>
<?php } else { ?>
<title><?php wp_title('&raquo;', true, 'right');bloginfo('name'); ?></title>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment