First pass at better title handling for WordPress 4.1+ with proper back compatibility baked in.

This commit is contained in:
Philip Arthur Moore 2014-11-11 21:41:10 +07:00
parent 23d0a41722
commit 83792b8566
3 changed files with 40 additions and 21 deletions

View file

@ -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' ); ?>">