• Resolved Grove123

    (@grove123)


    Can I hyperlink the text on my site?
    For exmaple the email address is on there and would like to add a “mailto” hyperlink to it, but I cannot find it in the code.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The text for email is available in footer. What are you trying to do, to being with? ??

    Regards,
    Hardeep

    Thread Starter Grove123

    (@grove123)

    I have the email address in the footer as seen here: adsoxfordweb.co.uk

    But I would like to make the email address clickable. So when clicked it opens up a users email client with an email addressed to me.

    Thanks

    Hi,

    To do this, you will have to find the following code in the footer.php file:

    echo $zerif_email;

    and change it to:

    echo '<a href="mailto:'.$zerif_email.'"></a>';

    And when you do that, make sure to use a child theme. ??

    Regards,
    Hardeep

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hyperlink Text’ is closed to new replies.