Staff member email link
URL to the page in question:
http://http://fishathon.net/sneakpreview
-
The staff member email link comes up as a plain href, so leads to a page not found error.
needs an edit to the template:
<li class="email-address"><a href="mailto:<?php echo get_post_meta($post->ID, "email", TRUE); ?>"><?php echo get_post_meta($post->ID, "email", TRUE); ?></a></span>
on staff-details.php
Good catch Tony. I’ll roll that into the next update.
Thanks,
Bill
- The topic ‘Staff member email link’ is closed to new replies.