leac / kamoha_2015

Wordpress theme
1 stars 0 forks source link

Add title tag theme support #19

Closed justintadlock closed 9 years ago

justintadlock commented 9 years ago

You should remove this code from header.php:

<title><?php wp_title( '|', true, 'right' ); ?></title>

And, add this to your theme setup function:

add_theme_support( 'title-tag' );
leac commented 9 years ago

Closed with commit 28ef8882d33969bc37d00613985881fc46407477