Skip to content

Instantly share code, notes, and snippets.

@muzahedul03
Created February 27, 2017 12:37
Show Gist options
  • Save muzahedul03/6d999185cef1a57860ee59f86e74c19e to your computer and use it in GitHub Desktop.
Save muzahedul03/6d999185cef1a57860ee59f86e74c19e to your computer and use it in GitHub Desktop.
How use language,title,Charset attributes in WordPress By PHP
<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