href mailto not working
-
I have no idea what’s wrong, but my mailto link is not working. Here is the template code
<a href="mailto:<?php echo get_field('email_address');?>" class="employee_email"><img src="<?php echo get_template_directory_uri()."/img/mail.png"?>"></img></a>
The output is:
<a href="mailto:[email protected]" class="employee_email"><img src="https://maigaardwww.dk/wp-content/themes/twentytwelve/img/mail.png"></a>
When I click that link nothing happens. Where do I start troubleshooting?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘href mailto not working’ is closed to new replies.