Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    Sorry for the late response.

    You can do this with the wpsl_listing_template filter.

    If you copy the code from the usage section, place it in the in functions.php inside your active theme folder, and then replace <%= formatPhoneNumber( phone ) %> on line 39 with <a href="tel:<%= formatPhoneNumber( phone ) %>"><%= formatPhoneNumber( phone ) %></a> then it should work.

    Do enable the option to show the contact details in the search results.

    • This reply was modified 8 years, 11 months ago by Tijmen Smit.
    • This reply was modified 8 years, 11 months ago by Tijmen Smit.
    • This reply was modified 8 years, 11 months ago by Tijmen Smit.
Viewing 1 replies (of 1 total)

The topic ‘Phone hyperlinks’ is closed to new replies.