Skip to content

Instantly share code, notes, and snippets.

@anatol06
Last active May 4, 2018 19:30
Show Gist options
  • Save anatol06/500b40e0f62e1f98acd29358d3784fef to your computer and use it in GitHub Desktop.
Save anatol06/500b40e0f62e1f98acd29358d3784fef to your computer and use it in GitHub Desktop.
WP - title tag for Wordpress
<?php bloginfo('name'); ?> | <?php is_front_page() ? bloginfo('description') : wp_title(''); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment