on my theme, i found this script
add_image_size( 'slider', 464, 249, true );
add_image_size( 'fmenu', 306, 280, true );
add_image_size( 'teamthumb', 138, 207, true );
add_image_size( 'imlink', 286, 140, true );
add_image_size( 'albmlink', 274, 274, true );
add_image_size( 'fppost', 90, 90, true );
add_image_size( 'fslide', 520, 280, true );
i have disabled this, but when i upload another image, its generates 3 more images... like this:
original_file.jpg
origiinal_file-100x100.jpg
origiinal_file-109x109.jpg
i need only to upload the original file, there's a way to solve this??
I can't find where is this another 2 images sizes...