Hello bhw, let me know how I can do that. The theme you just bought and wanted to add that uu
I have this code in functions:
if (function_exists ('add_theme_support')) {
add_theme_support ('post-thumbnails');
set_post_thumbnail_size (150, 150, true);
add_image_size ('featured', 990, 335...