Opened 3 years ago
Closed 2 years ago
#128 closed enhancement (fixed)
Mark a difference somehow between a draft/scheduled and a published post
| Reported by: | daniloercoli | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | Other | Version: | 1.2.1 |
| Keywords: | Cc: |
Description
We'd like to add a visual indicator that show the post status in the post list screen. (like the comments in the comments screen).
At this moment when I look at posts and pages, they don't show in the lists whether they are a draft or published.
Change History (4)
comment:1 Changed 3 years ago by daniloercoli
- Milestone changed from 1.4 to 1.5
comment:2 Changed 2 years ago by daniloercoli
comment:3 Changed 2 years ago by daniloercoli
comment:4 Changed 2 years ago by daniloercoli
- Resolution set to fixed
- Status changed from new to closed
added in [427]. Requires WP 3.2 or higher.
Note: See
TracTickets for help on using
tickets.

mt.getRecentPostTitles doesn't return the post status. we need to patch the core, just add 'post_status' => $entrypost_status? to mt_getRecentPostTitles($args).