/i', $post_content, $matches); $first_img = $matches [1] [0]; return $first_img; } function convertToFullUrl($src){ if(strpos($src, "http", 0) != 0 || strpos($src, "/", 0) == 0) { return get_bloginfo('wpurl').$src; } return $src; } ?>