Forums

retrieve image source for custom image size (1 post)

  1. johnnya23
    Member
    Posted 5 months ago #

    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

Reply

You must log in to post.

About this Topic