What’s New 3.5 Review Themes

従来からの以下の指定が

$content_width= 500;

以下のようになると、ワイルドだろ みたいな

$defaults= array(
	'post' => '500',
	'page' => '500',
	'attachment'=> '650',
	'artist' => '300',
	'movie' => '400'
);
add_theme_support( 'content-width', $defaults );

[emulsion_relate_posts]