Last active
May 4, 2018 19:30
-
-
Save anatol06/500b40e0f62e1f98acd29358d3784fef to your computer and use it in GitHub Desktop.
WP - title tag for Wordpress
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
<?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