Are there any plugin or code that sends out a email to me (admin) when a author or writer publish a post?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
No need for plugin here are a few lines of code you can modify and paste in your themes functions.php file and you will get a new email whenever a post is published:
|
|||||||||||
|
|
http://wordpress.org/extend/plugins/email-alerts/ this is good for a single or multisite set up where each user wants different email alert settings. Activate the plugin and then go to the user's profile to update the alert settings. |
|||
|
|
|
There is a plugin for this: http://wordpress.org/extend/plugins/email-post-changes/ After install go to Settings of the plugin (the settings link in the plugin list). Enter your Email Adress and make sure to enable "Drafts" at the bottom - this will also send you notifications on new posts. |
|||
|
|