how do i link my e-mail to my contact page? how do I link e-mail addresses on a page to the usser can click on the e-mail and send an e-mail to that address?
Go to the Dashboard > Settings > General And add your mail address there. For page contact you can use "Contactform7" plugin and add it's widget in the footer widget area.
you can also do it with html code to create an email link the mailto: attribute of the <a> tag is used <a href="mailto:someone@$nailmail.com">email</a> a subject can also be included using the ?subject attribute <a href="mailto:someone@$nailmail.com?subject=free chocolate">email</a>