i found this code at function.php
add_theme_support(‘automatic-feed-links’);
add_theme_support(‘post-thumbnails’);
add_theme_support(‘custom-background’, array(
‘default-color’ => ‘f2f2f2’,
));
i think it support thumbnails, if it doesn’t what should i do?