First pass at better title handling for WordPress 4.1+ with proper back compatibility baked in.
This commit is contained in:
parent
23d0a41722
commit
83792b8566
3 changed files with 40 additions and 21 deletions
|
@ -11,7 +11,6 @@
|
|||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title><?php wp_title( '|', true, 'right' ); ?></title>
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue