Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64365


Ignore:
Timestamp:
12/05/2025 08:02:46 PM (2 months ago)
Author:
westonruter
Comment:

Being able to use a video as a post's featured media was previously discussed in #43117 and #41127. It was closed as wontfix.

I don't think the "featured media" is going to be the right solution here, especially blocks. I would think that a site wanting this feature should rather do something like designate a Group block as the featured container (e.g. as the first block in the content), within which any block can be added. This could then be extracted when listing out the posts, like an excerpt.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64365

    • Property Keywords close added
  • Ticket #64365 – Description

    initial v1  
    5959== **Mockup**
    6060Here’s a rough idea of how the post editor could look:
    61 ```
     61
     62{{{
    6263Featured Media:
    6364[ ] Image   [x] Video   [ ] Gallery
     
    7172[ Select Images ] (Bulk upload from Media Library)
    7273[ Reorder Images ] (Drag and drop)
    73 ```
     74}}}
    7475
    7576----