post image 2 test

215
of the post. of small and banner size
the code is as follow
function image(){
add_theme_support(‘post-thumbnail’);
add_image_size(‘small size’,120,90,true);
add_image_size(‘banner size’,720,350,true);
}
add_action(‘after_setup_theme’,’image’);