Opened 2 months ago
Closed 2 months ago
#65023 closed enhancement (duplicate)
Don't use (no title) in place of text from body of post in Posts list
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Posts, Post Types | Keywords: | has-screenshots |
| Focuses: | Cc: |
Description
In the Posts list, if an item doesn't have a title, (no title) in place of the title isn't helpful, and makes it difficult when a page has lots of singular posts.
Suggested solution: Grab the first N chars of the body, or first sentence (easy with regex) or add a tool tip with the same text.
I write a lot of "singular" posts, ie posts without titles.
Happy to share JS code that works.
Attachments (2)
Change History (3)
#1
@
2 months ago
- Keywords needs-design removed
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
- Version 6.9.4 deleted
Duplicate of #65022.
I'm closing this to keep the discussion on one ticket.
For now, you could show any excerpt—manual or automated—for all posts in the list:
- Go to Screen Options.
- Select the Extended view.
- Apply changes.
Note: See
TracTickets for help on using
tickets.

Screen shot of Posts page with lots of (no title) entries.