This plugin add small notice to top of all unpublished posts that are viewed outside of the Post editor's preview function.
The notice is reminder that the post is unpublished and it can be dismissed with single click.
Of course, to remove the warnings globally, just deactivate the plugin...
Activate the plugin through 'Plugins WordPress...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
The screenshot adheres to WP naming convention. 0.3.5.
Bumping the order to show off the brand new screenshot.. 0.3.3.
Fixed the paths for enqueueing the stylesheet and the javascript.
Previously, it had been assuming that 'Unpublished Warnings directory would have particular name, but now it will figure the directory name out for itself, so different directory names should work seamlessly..
The jQuery effect for dismissing the warning was a.hide, but I prefer .slideUp effect, so now the plugin uses the latter.. 0.3.
Read more