created a custom image size like so:
add_theme_support( 'post-thumbnails' );
add_image_size( 'sidebar-image', 250, 150, true );
I want to retrieve the image that is created (the smaller file size) based on the original (too big to load on the page)using original image id. Any thoughts.
thanks,
John