post image 2 test

५ वर्ष अगाडि शैक्षिक समाचार admin

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’);