IT Nursery
https://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src#Parameters leads me to believe wp_get_attachment_image_src( $thumb_id, array(100, 100) )[0] would return a 100×100 thumbnail, but it always just returns the full-sized image. Any help would be greatly appreciated....
  • April 22, 2022
  • 0 Comments
IT Nursery
Is there any filter available to set the naming convention of those auto generated thumbnails? Something like this: thumbnail_150x150.jpg -> thumbnail-s.jpg thumbnail_300x300.jpg -> thumbnail-m.jpg thumbnail_600x600.jpg -> thumbnail-l.jpg 2 s...
  • April 19, 2022
  • 0 Comments