A fork of Ryan Summer's WordPress plugin Obvious Post States (https://github.com/ryansommers/obvious-post-states)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.6 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. === Obvious Post States ===
  2. Contributors: ryansommers
  3. Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LD5WYPVG8AJW4
  4. Tags: post state, drafts, pending, sticky, password protected, ryan sommers.
  5. Requires at least: 4.0
  6. Tested up to: 4.3
  7. Stable tag: 1.0.3
  8. License: GPLv2 or later
  9. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  10. Make the WordPress post state text (draft, pending, sticky, etc) stand out.
  11. == Description ==
  12. Obvious Post States does what its name implies: makes the post states of your Posts and Pages stand out.
  13. Post states like Draft, Pending, Sticky, Password Protected, etc. will be more prominent and obvious.
  14. Takes into account the built-in WordPress Admin Color Schemes so everything matches.
  15. Check out the screenshot to see an example.
  16. == Installation ==
  17. 1. Unzip `obvious-post-states.zip`
  18. 2. Upload the `obvious-post-states' folder to the `/wp-content/plugins/` directory
  19. 3. Activate the plugin through the 'Plugins' menu in WordPress
  20. == Frequently Asked Questions ==
  21. = How do I know it's working? =
  22. The post state text (draft, pending, etc) will be moved to the beginning of the column and have a background color. Check out the screenshot.
  23. == Screenshots ==
  24. 1. Obvious Post States Example
  25. == Changelog ==
  26. = 1.0.3 =
  27. * Compatibility update for WordPress 4.3.
  28. = 1.0.2 =
  29. * Fixed a bug regarding hidden post titles for Subscriber roles.
  30. = 1.0.1 =
  31. * Added compatibility with the Slate admin theme plugin.
  32. = 1.0.0 =
  33. * Initial release.
  34. == Upgrade Notice ==
  35. = 1.0.2 =
  36. * Fixed a bug regarding hidden post titles for Subscriber roles.