The simplest WordPress plugin in the world! 🎨
Colorize your WordPress post list with visual status indicators. One file, zero configuration, instant results.
✨ One single file - No complex file structure
⚡ Zero configuration - Just activate and go
🎯 Zero settings page - No options to configure
🚀 Instant results - Works immediately after activation
📦 Lightweight - Less than 2KB total size
🔧 Zero dependencies - Pure WordPress core functionality
Adds subtle background colors to the checkbox column in your WordPress post list based on post status:
| Status | Color | Hex Code |
|---|---|---|
| 📝 Draft | Light Red (Salmon) | #FFA07A |
| ⏳ Pending Review | Light Yellow | #FFFACD |
| ✅ Published | Light Green | #98FB98 |
| 🔒 Private | Light Gray | #E0E0E0 |
- Download the latest release or clone this repository
- Upload
custom-post-status-colors.phpto/wp-content/plugins/custom-post-status-colors/ - Activate the plugin through the 'Plugins' menu in WordPress
- That's it! No configuration needed.
- Download the
custom-post-status-colors.phpfile - Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Choose the file and click "Install Now"
- Activate the plugin
- Done!
- WordPress 6.0 or higher
- PHP 7.4 or higher
Visual differentiation of post statuses in the WordPress admin - Draft (orange), Published (green), Pending (yellow)
This plugin demonstrates that not every WordPress plugin needs:
- Complex settings pages
- Database tables
- Multiple files and folders
- Complicated configuration
Sometimes, the best solution is the simplest one. This plugin does exactly one thing, and it does it perfectly with just a few lines of code.
The plugin uses predefined colors that work well with most WordPress themes. If you need custom colors, you can modify the hex values in the plugin file or add custom CSS to your theme.
Yes! The plugin works with all post types in WordPress.
No! The plugin only adds a tiny CSS snippet to the admin area. Zero impact on frontend performance.
Yes! This plugin is released under GPL v2 or later license, which means you can use it freely in both personal and commercial projects.
- 🎉 Initial release
- ✅ Added colors for Draft, Pending, Published statuses
- 🔒 Added color for Private status
- 📝 Followed all WordPress Plugin Review Guidelines
- 🛡️ Implemented proper prefixing and security best practices
Found a bug or have a suggestion? Please open an issue on GitHub.
Want to contribute? Pull requests are welcome!
This plugin is licensed under the GPL v2.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Alfredo Villa
- Website: https://github.com/alfredo-villa
- Email: info@alfredovilla.it
- GitHub: @alfredo-villa
Made with ❤️ and simplicity in mind | The World's Simplest WordPress Plugin
