Contact email
-
Hi Guys
I am not a developer, but managed to work out how to update and amend pages on my website, which was developed by a company in India for me. I have a contact form on the site, which works fine and sends contact details to our email address [email protected], which is what we want. But at the bottom of the home page, we have a ‘Get in touch’, where people can click the email address and send an email. The problem is that it is a different email address and we would like to have it the same as the contact form. But there doesn’t seem to be an easy way for me to change this email address. I’ve looked at the HTML and there is nothing on the home page. So I took a mildly educated guess (bearing in mind I am not technical or a developer) that it could be something to do with Themes. So I went to Theme File Editor and within tourandaluciainternational: style.css since it is at the bottom of the page, I checked out footer.php and found some HTML code tat seemed related to what I am trying to do
Email: <a href=”mailto:<?php echo get_option(‘contact_email’); ?>”><?php echo get_option(‘contact_email’); ?></a>
Get in Touch
Email:
Tel. Spain
UKSo I assumed that the contact_email is somewhere that contains the email address that I need to update as this is where I overwrite the email address for the correct one.
Any help or advice on how to do this, in the simplest of terms, would be greatly received.
The page I need help with: [log in to see the link]
- The topic ‘Contact email’ is closed to new replies.