1. How can I hide "Email this post" message in form page?
2. Doesn't seem to arrive emails in Yahoo! It is my host problem?
Great plugin, thanks!
1. How can I hide "Email this post" message in form page?
2. Doesn't seem to arrive emails in Yahoo! It is my host problem?
Great plugin, thanks!
1. http://codex.wordpress.org/Conditional_Tags. You can do something like <?php if(!is_page('1')) { email_ink(); ?> What this does if the page ID is not 1, it will include the email_link. Replace 1 with the page id of your form.
2. http://forums.lesterchan.net/index.php/topic,2914.0.html
I'm not sure you understand what I mean.
Form page -> wp-email plugin form (that one with your name, friends name and so on).
About 2.. well.. I don't receive an error on submit, just don't arrive on Yahoo! mail box.
Thanks for your help.
Sorry you can't hide that.
I resolved the problem with $_SERVER["REQUEST_URI"] and stristr() function.
Now, another:
There is any way that I can display the content below the form?
Or better.. to move the form to single.php ?
This topic has been closed to new replies.