-> Installation Instructions ------------------------------------------------------------------ // Open wp-content/plugins folder Put: ------------------------------------------------------------------ Folder: email ------------------------------------------------------------------ // Open root Wordpress folder Put: ------------------------------------------------------------------ wp-email.php ------------------------------------------------------------------ // Activate WP-EMail plugin Note: ------------------------------------------------------------------ You MAY Need To Re-Generate The Permalink. Options -> Permalinks Options -> Update Permalink Structure ------------------------------------------------------------------ -> Usage Instructions ------------------------------------------------------------------ // Open wp-content/themes//index.php Find: ------------------------------------------------------------------ ------------------------------------------------------------------ Add Anywhere Below It: ------------------------------------------------------------------ ------------------------------------------------------------------ Note: ------------------------------------------------------------------ The first value you pass in is the text for emailing post. The second value is the text for emailing page. Default: email_link('EMail This Post', 'EMail This Page') If you want to use an image/icon instead, replace email_link() with email_link_image() ------------------------------------------------------------------ // Log into http://www.yourdomain.com/wordpressdirectory/wp-admin/ Click "E-Mail" ------------------------------------------------------------------ Modify your settings accordingly. ------------------------------------------------------------------ Note: ------------------------------------------------------------------ If the mailserver/type settings are not correct, WP-Email will NOT function. ------------------------------------------------------------------ // E-Mail Stats (You can place it anywhere outside the WP Loop) // To Display Most E-Mailed Posts Use: ------------------------------------------------------------------ ------------------------------------------------------------------ Note: ------------------------------------------------------------------ The default limit is 10, you can change the limit by doing this ); ?> ------------------------------------------------------------------ // To Display Total E-Mails Sent Use: ------------------------------------------------------------------ ------------------------------------------------------------------ // To Display Total E-Mails Sent Successfully Use: ------------------------------------------------------------------ ------------------------------------------------------------------ // To Display Total E-Mails Sent Unsuccessfully Use: ------------------------------------------------------------------ ------------------------------------------------------------------