-
Posted a reply to Completely useless!, on the site WordPress.org Forums:
I'm no expert, just a recent installer of this plug-in. I don't work with the… -
Created a topic, No image is showing, on the site WordPress.org Forums:
I'd love some help. I'm trying to load a 3D model into… -
Posted a reply to A problem after the update!, on the site WordPress.org Forums:
I just did an update to 3.57 and I'm having lots of problems throughout my… -
Posted a reply to Add “From” field into post content, on the site WordPress.org Forums:
Try: $newcontent = "<p>Sent from: " . $from . "<br></p>". $content; -
Posted a reply to Add “From” field into post content, on the site WordPress.org Forums:
sorry, typo... //One very simple example might be: $newcontent = $from . $content; //'from' (not… -
Posted a reply to Add “From” field into post content, on the site WordPress.org Forums:
I'm not sure what you're doing with the my_postie_post_function, so we'll ignore that. I hope… -
Posted a reply to Add “From” field into post content, on the site WordPress.org Forums:
I just went through something like this. I did it the very hard way and… -
Posted a reply to “To” information unavailable in $email, on the site WordPress.org Forums:
I'm not sure what documentation I was reading before about postie_post_before, but I didn't see… -
Created a topic, Easy to use; extensive flexibility; great developer, on the site WordPress.org Forums:
This plugin is very simple to get started with and doe… -
Posted a reply to “To” information unavailable in $email, on the site WordPress.org Forums:
I may be pushing my luck and I'll understand if you send me packing, but… -
Posted a reply to “To” information unavailable in $email, on the site WordPress.org Forums:
Again, thanks so much! -
Posted a reply to “To” information unavailable in $email, on the site WordPress.org Forums:
Thanks for such a fast response! Of course that solved it. Since I have you,… -
Created a topic, “To” information unavailable in $email, on the site WordPress.org Forums:
I suspect once more I'm missing something obvious, but… -
Posted a reply to Emails with s that turn into, on the site WordPress.org Forums:
UPDATE: This is NOT a Postie issue at all! I was able to check the… -
Created a topic, Emails with s that turn into, on the site WordPress.org Forums:
Hi again: Thank you again for the previous help. I'm … -
Posted a reply to Using full “From” Information, on the site WordPress.org Forums:
Thanks for the response. I understand using the postie_post_before to modify the post. What I'm… -
Posted a reply to Using full “From” Information, on the site WordPress.org Forums:
EDIT: I'm probably wrong about $email being the structure I'm looking for. I suspect $email… -
Created a topic, Using full “From” Information, on the site WordPress.org Forums:
Hi! Postie is a great plugin...thank you! I will be ge…