IT Nursery
I’ve this function, which I’m pretty sure a lot of you already know: function catch_that_image() { global $post, $posts; $first_img = ''; ob_start(); ob_end_clean(); $output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', $post->post_content, $matches);...
  • June 4, 2022
  • 0 Comments
IT Nursery
Uploaded an image via standard ‘add new’ dialog to the WordPress Media library. Here were the original Media Settings: Thumbnail – 150×150 Medium – 300×300 Large – 1024×1024 I...
  • June 2, 2022
  • 0 Comments
IT Nursery
I have set the Thumbanil size to 112px, but the page is rendering the original size instead That is why the thumbanil is so pixelated The thumbnails show just...
  • June 1, 2022
  • 0 Comments