Skip to content

Instantly share code, notes, and snippets.

@brentini
Forked from muzahedul03/title_lang_charset2.php
Last active March 23, 2018 21:29
Show Gist options
  • Save brentini/41b854054f10126741a440510c7eb6cb to your computer and use it in GitHub Desktop.
Save brentini/41b854054f10126741a440510c7eb6cb to your computer and use it in GitHub Desktop.
How use language,title,Charset attributes in WordPress By PHP #wordpress
<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