Created
February 27, 2017 12:37
-
-
Save muzahedul03/6d999185cef1a57860ee59f86e74c19e to your computer and use it in GitHub Desktop.
How use language,title,Charset attributes in WordPress By PHP
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();?>> | |
<meta charset="<?php bloginfo('charset');?>"> | |
<title><?php wp_title( '|', true, 'right' ); ?></title> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment