Stealth Publish
- Author:Scott Reilly
- Version:1.0
- Last update:06 April 2008
- Compatibility:WP 1.5+, 2.0+, 2.1+, 2.2+, 2.3+, and 2.5+
- Comments:go here
- Download:[ zip ]
- Description:
Prevent specified posts from being featured on the front page or in feeds.
-
-
Extended Description
Prevent specified posts from being featured on the front page or in feeds. Beneficial in instances where you want to publish new content without any fanfare and just want the post added to archive and category pages and its own permalink page.Posts that are assigned a custom field of “unfeature” with a value of “1″ will no longer be featured on the front page of the blog, nor will the post be included in any feeds.
NOTE: Use of other plugins making their own queries against the database to find posts will likely allow a post to appear on the front page. But use of the standard WordPress functions for retrieving posts (as done for the main posts query) should not allow non-fanfared posts to appear on the home page.
Installation
Download the file stealth-publish.zip and unzip it into your wp-content/plugins/ directory. Activate the plugin through the ‘Plugins’ admin menu in WordPress. For posts that you do not want to be featured on the front page and feeds, assign them a custom field of “stealth-publish” with a value of “1″-
Frequently Asked Questions
Q: Why would I want to stealth publish a post?A: This is probably the kind of thing that you would recognize the need for or you don’t. It’s beneficial in instances where you want to publish new content without any fanfare and just want the post added to archive and category pages and its own permalink page.
Release Log
06 Apr 2008 : v1.0 - Release notes
Copyright & Disclaimer
Copyright © 2007-2008 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.
Acknowledgements
Thanks to all those who have contributed feedback and support!