diff --git a/functions.php b/functions.php index c1e80bb..f1735d2 100644 --- a/functions.php +++ b/functions.php @@ -1006,6 +1006,7 @@ function display_rich_snippet($content) { $service .= ''.esc_attr( $service_postal_code ).',
'; if(trim($service_telephone) != "") $service .= ' Telephone No.'.esc_attr( $service_telephone ).''; + if(trim($service_street) != "") $service .= ''; $service .= '
';