- $description = term_description();
- echo $description; // This is a test to see if I get the data. and I do
- $new_string = preg_replace('#(.+?),(.+?)#', '\\1 \\2', $description);
- $array_of_images = explode( $new_string, ' ' );
- echo '<p>'.$array_of_images[0].'</p>';