Silent Publish
- Author:Scott Reilly
- Version:1.0
- Last update:13 Apr 2009
- Compatibility:WP 2.6+, 2.7+
- Comments:go here
- Download:[ zip ]
- Description:
Adds the ability to publish a post without triggering pingbacks, trackbacks, or notifying update services.
-
Extended Description
Adds the ability to publish a post without triggering pingbacks, trackbacks, or notifying update services.
This plugin adds a “Publish silently” checkbox to the “Write Post” admin page. If checked when the post is published, that post will not trigger the pingbacks, trackbacks, and update service notifications that might typically occur.
In every other manner, the post is published as usual: it’ll appear on the front page, archives, and feeds as expected, and no other aspect of the post is affected.
While trackbacks and pingsbacks can already be disabled from the Add New Post/Page page, this plugin makes things easier by allowing a single checkbox to disable those things, in addition to disabling notification of update services which otherwise could only be disabled by clearing the value of the global setting, which would then affect all authors and any subsequently published posts.
If a post is silently published, a custom field ‘_silent_publish’ for the post is set to a value of 1 as a means of recording the action. However, this value is not then used for any purpose as of yet. Nor is the custom field unset or changed if the post is later re-published.
Read the readme.txt.
-
Screenshots
-
A screenshot of the ‘Publish’ sidebar box on the write/edit post admin page when Javascript is enabled. The ‘Publish silently’ checkbox is integrated alongside the existing fields.

-
A screenshot of the ‘Silent Publish’ sidebar box on the write/edit post admin page when Javascript is disabled for the admin user.

-
Installation
- Unzip
silent-publish-v1.0.zipinside the/wp-content/plugins/directory for your site - Activate the plugin through the ‘Plugins’ admin menu in WordPress
- Click the ‘Publish silently’ checkbox when publishing a post to prevent triggering of pingbacks, trackbacks, or notifications to update services.
- Unzip
Release Log
- 13 Apr 2009 : v1.0 — Initial release
Copyright & Disclaimer
Copyright © 2009 by Scott Reilly (aka coffee2code)Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
