Callable phone number in WordPress

Hi there,

just something I have been struggling with:

as you all know, to make a phone number ‘clickable’, you need the following code:

<a href="tel:123456789">Click Here To Call</a>

But how do I implement that in a WordPress Customiser section in Pinegrow? When I do a ‘Theme mod to attr’, it doesn’t recognise it as a valid href and doesn’t add tel:, of course.

Maybe we should have a ‘replace href phone number’ choice?

thanks,

1 Like

Did you ever figure this out? I’d like to implement this, but I don’t see how.

Thanks in advance.