We'll create fresh WordPress site with WP-EMail installed. You have 20 minutes to test the plugin after that site we'll be deleted.
wp-content/themes/<YOUR THEME NAME>/index.php
(You may place it in single.php, post.php, page.php, etc also)
<?php while (have_posts()) : the_post(); ?>
if(function_exists('email_link')) { email_link(); }
If you DO NOT want the email link to appear in every post/page, DO NOT use the code above. Just use the shortcode by typing [email_link] into the selected post/page content and it will embed the email link into that post/page only.
I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks as my school allowance, I will really appreciate it. If not feel free to use it without any obligations.