Skip to content

Instantly share code, notes, and snippets.

@sudipbd
Last active November 19, 2016 08:07
Show Gist options
  • Save sudipbd/64b3616a74043e3a9306fbc59f1a6f69 to your computer and use it in GitHub Desktop.
Save sudipbd/64b3616a74043e3a9306fbc59f1a6f69 to your computer and use it in GitHub Desktop.
WordPress Header Attributes
<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