WP-EMail 2.20
Installation Instructions
1. Open wp-content/plugins Folder
2. Put:
Folder: email
3. Activate WP-EMail Plugin
4. Login To WP-Admin, Click E-Mail Tab
5. Modify your settings accordingly. If the mail server/type settings are not correct, WP-Email will NOT work.
6. You Need To Re-Generate The Permalink (WP-Admin -> Options -> Permalinks -> Update Permalink Structure)
7. Refer To Usage For Further Instructions
Usage Instructions
General Usage
1. Open wp-content/themes//index.php
You may place it in single.php, post.php, page.php or theloop.php also.
2. Find:
3. Add Anywhere Below It:
If you DO NOT want the print link to appear in every post/page, DO NOT use the code above. Just type in [email_link] into the selected post/page content and it will embed the email link into that post/page only.
EMail Stats (Outside WP Loop)
* To Display Most E-Mailed Posts
* Use:
The first value you pass in is what you want to get, ‘post’, ‘page’ or ‘both’.
The second value you pass in is the maximum number of post you want to get.
Default: get_mostemailed(‘both’, 10);
* To Display Total E-Mails Sent
* Use:
* To Display Total E-Mails Sent Successfully
* Use:
* To Display Total E-Mails Sent Unsuccessfully
* Use:
Note
* If WP-EMail 2.20 does not work for you (404 error even after re-generating of permalink), please drop me an email with page.php of your theme attached to it. The problem is due to your theme is using an outdated method of getting/display posts/pages.
* To change the background color of the popup window:
1. Open wp-email-popup.php
2. Find:
/* background: #ffffff; */
3. Replace:
background-color: #ffffff;
Where #ffffff should be your background color for the popup window.
written by 教師@イギリスの田舎
最近のコメント