Plugin Directory

Changeset 3492539


Ignore:
Timestamp:
03/27/2026 10:41:30 AM (5 days ago)
Author:
rockschtar
Message:

Updating readme/assets from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • colored-admin-post-list/trunk/readme.txt

    r3492533 r3492539  
    11=== Colored Admin Post List ===
    22Contributors: rockschtar
    3 Tags: posts, color, status, highlight, poststatus
     3Tags: posts, color, status, highlight, post status
    44Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=B2WSC5FR2L8MU
    55Requires at least: 6.2
    66Tested up to: 6.9
    77Requires PHP: 8.3
    8 Stable tag: 3.1.5
     8Stable tag: 3.1.6
    99License: MIT
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1111
    12 Highlights the background of draft, pending, future, private, published and custom post status posts in the wordpress admin.
     12Color-code your admin post list by post status. Instantly spot drafts, pending reviews, scheduled, private, and published posts at a glance.
    1313
    1414== Description ==
    15 Highlights the background of draft, pending, future, private, published and custom post status posts in the wordpress admin.
     15Managing 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
    1633
    1734== 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 
     351. Upload the `colored-admin-post-list` folder to the `/wp-content/plugins/` directory, or install directly via the WordPress plugin screen.
     362. Activate the plugin through the **Plugins** screen in WordPress.
     373. Go to **Settings → Colored Post List** to customize colors for each post status.
    2038
    2139== Frequently Asked Questions ==
    22 = Is it possible to define own colors? =
     40= Can I use my own colors? =
     41Yes. Go to **Settings → Colored Post List** and use the color picker to choose any color for each post status.
    2342
    24 Yes
     43= Does the plugin support custom post statuses? =
     44Yes. 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? =
     47No. 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? =
     50Yes. There is an Enable/Disable toggle in the settings page. Your color configuration is preserved when the plugin is disabled.
    2551
    2652== Screenshots ==
    27 1. Colored rows by post status
    28 2. Options
     531. Colored rows by post status in the post list
     542. Settings page with color picker for each post status
Note: See TracChangeset for help on using the changeset viewer.