Last active
November 19, 2016 08:07
-
-
Save sudipbd/64b3616a74043e3a9306fbc59f1a6f69 to your computer and use it in GitHub Desktop.
WordPress Header Attributes
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
<html <?php language_attributes(); ?>> | |
<head> | |
<meta charset="<?php bloginfo( 'charset' ); ?>"> | |
<title><?php wp_title( '|', true, 'right' ); ?></title> | |
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> | |
</head> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment