Make WordPress Core

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: davewiner's profile davewiner 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.

https://imgs.scripting.com/2026/04/03/noTitlePosts.png

Attachments (2)

image (2).png (161.5 KB) - added by davewiner 2 months ago.
Screen shot of Posts page with lots of (no title) entries.
posts-list-extended-view.png (60.7 KB) - added by sabernhardt 2 months ago.
Extended view shows excerpts for posts (the last post does not have an automated excerpt because it only has a Search block, no text)

Download all attachments as: .zip

Change History (3)

@davewiner
2 months ago

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

#1 @sabernhardt
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:

  1. Go to Screen Options.
  2. Select the Extended view.
  3. Apply changes.

@sabernhardt
2 months ago

Extended view shows excerpts for posts (the last post does not have an automated excerpt because it only has a Search block, no text)

Note: See TracTickets for help on using tickets.