Support

Account

Home Forums General Issues Filtering image size when getting image from taxonomy term Reply To: Filtering image size when getting image from taxonomy term

  • Hi @juxprose

    To obtain a custom image size, you must select the ‘Image ID’ return value setting. You need the ID to load a custom size via the wp_get_attachment_image_src function.

    You can also use the ‘Image Object’ return type to get an array containing all the image data including all the ‘sizes’.

    Thanks
    E