Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #13459, comment 77


Ignore:
Timestamp:
07/21/2022 04:52:52 PM (4 years ago)
Author:
fidoboy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13459, comment 77

    initial v1  
    1 Why not use a base slug for unattached media items? Something like this: www.domain.com/media-item/the-filename-here/
     1Why not use a customizable base slug for unattached media items? Something like this:
     2{{{
     3www.domain.com/**media-item**/the-filename-here/
     4}}}
     5
    26
    37As far as I know, the biggest issue with this thing is specially on sites with thousands of media items and pages, it's very difficult or almost impossible to detect conflicts. Or may be that someone could develop a plugin to scan all library and pages to detect duplicates and alert.