/i', $post->post_content, $matches); $first_img = $matches [1] [0]; // no image found display default image instead if(empty($first_img)) { $first_img = "/images/no-image.jpg"; } return $first_img; } ?>