Changeset 3492539
- Timestamp:
- 03/27/2026 10:41:30 AM (5 days ago)
- File:
-
- 1 edited
-
colored-admin-post-list/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
colored-admin-post-list/trunk/readme.txt
r3492533 r3492539 1 1 === Colored Admin Post List === 2 2 Contributors: rockschtar 3 Tags: posts, color, status, highlight, post status3 Tags: posts, color, status, highlight, post status 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=B2WSC5FR2L8MU 5 5 Requires at least: 6.2 6 6 Tested up to: 6.9 7 7 Requires PHP: 8.3 8 Stable tag: 3.1. 58 Stable tag: 3.1.6 9 9 License: MIT 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 11 12 Highlights the background of draft, pending, future, private, published and custom post status posts in the wordpress admin.12 Color-code your admin post list by post status. Instantly spot drafts, pending reviews, scheduled, private, and published posts at a glance. 13 13 14 14 == Description == 15 Highlights the background of draft, pending, future, private, published and custom post status posts in the wordpress admin. 15 Managing lots of content in WordPress means constantly scanning post lists to figure out what needs attention. **Colored Admin Post List** solves this by highlighting each row in the post list with a background color based on its post status — no more squinting at the status column. 16 17 **Features:** 18 19 * Color-coded rows for all built-in WordPress post statuses: Draft, Pending Review, Scheduled, Private, and Published 20 * Full support for **custom post statuses** registered by themes or plugins 21 * **Fully customizable colors** — pick any color via the built-in WordPress color picker 22 * Can be enabled or disabled without losing your color settings 23 * Lightweight — no JavaScript on the frontend, no database bloat, no external requests 24 25 **Supported post statuses (default):** 26 27 * Draft 28 * Pending Review 29 * Scheduled (Future) 30 * Private 31 * Published 32 * Any custom post status registered in your WordPress installation 16 33 17 34 == Installation == 18 Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. 19 35 1. Upload the `colored-admin-post-list` folder to the `/wp-content/plugins/` directory, or install directly via the WordPress plugin screen. 36 2. Activate the plugin through the **Plugins** screen in WordPress. 37 3. Go to **Settings → Colored Post List** to customize colors for each post status. 20 38 21 39 == Frequently Asked Questions == 22 = Is it possible to define own colors? = 40 = Can I use my own colors? = 41 Yes. Go to **Settings → Colored Post List** and use the color picker to choose any color for each post status. 23 42 24 Yes 43 = Does the plugin support custom post statuses? = 44 Yes. Any custom post status registered by a theme or plugin will automatically appear in the settings and can be assigned its own color. 45 46 = Does this plugin affect the frontend of my site? = 47 No. The color highlighting is applied exclusively in the WordPress admin area and has no impact on your site's frontend. 48 49 = Can I disable the highlighting temporarily without losing my settings? = 50 Yes. There is an Enable/Disable toggle in the settings page. Your color configuration is preserved when the plugin is disabled. 25 51 26 52 == Screenshots == 27 1. Colored rows by post status 28 2. Options53 1. Colored rows by post status in the post list 54 2. Settings page with color picker for each post status
Note: See TracChangeset
for help on using the changeset viewer.