- update allowed theme tags to add flexible-header and responsive-width
- 新しいテーマタグの追加 ’flexible-header’,’responsive-width’
- Page width
- $content_widthの指定
従来からの以下の指定が
$content_width= 500;
以下のようになると、ワイルドだろ みたいな
$defaults= array( 'post' => '500', 'page' => '500', 'attachment'=> '650', 'artist' => '300', 'movie' => '400' ); add_theme_support( 'content-width', $defaults );