-
-
Save brentini/41b854054f10126741a440510c7eb6cb to your computer and use it in GitHub Desktop.
How use language,title,Charset attributes in WordPress By PHP #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
<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