06/11/2015 at 12:20 pm
#337095
Keymaster
@ Anna
re: That kind of worked. But the small titel for the adress disappeared.
Yes, that was the idea of removing the %label%, that way the type does not matter because it is not displayed. It gets quite a bit more complex having it default from Home to Work because it entails added a WordPress PHP filter.
re: And I have the same problem with Home-phone and private e-mail.
Is there some easy way of changing that?
Just like there is the addr_format shortcode option, there is the phone_format and email_format shortcode options. add this to the shortcode to remove the labels:
`phone_format=’%number%’ email_format=’%address%’
Hope that helps!
