Suggestion: add telephone hyperlink
-
Hi,
it’s a suggestion for next version: add telephone hyperlink
I change this code
$otherinfo = '<ul class="team-member-other-info">'; if (!empty($telephone)) { $otherinfo .= '<li><strong>Tel: </strong>'.$telephone.'</li>'; }
for this code
$otherinfo = '<ul class="team-member-other-info">'; if (!empty($telephone)) { $otherinfo .= '<li><strong>Tel: </strong><a href="tel:'.$telephone.'">'.$telephone.'</a></li>'; }
If you see the team webpage in a smartphone, only need click and call.
See in https://jf-beco.pt/turismo/onde-dormir
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Suggestion: add telephone hyperlink’ is closed to new replies.