
內容簡介
這個外掛新增了幾個功能,可協助 WP 媒體管理。每個功能都儘可能地簡小 (在功能和代碼行數上) 且獨立於其他功能。您可以逐一啟用這些功能,目的是提供精細的控制,避免所有可能的衝突。
使用外部 URL 作為媒體檔案,並將其保存到資料庫中,就像上傳媒體一樣。這樣可以在媒體庫中使用外部媒體提供者。您也可以附加一個新媒體到文章中,而不指定任何檔案 (假媒體)。這樣可以在尚未擁有檔案的情況下,進行媒體處理。
複製媒體
限制上傳圖像的解析度 (WP 允許您限制檔案大小,但不允許限制解析度)
每次變更標題時,更新媒體永久網址 (現在 WP 3.5 的核心功能之一)
更改先前附加的媒體的父節點
更改媒體的檔案,而不建立新的媒體條目
外掛標籤
開發者團隊
原文外掛簡介
This plugin adds several helpers to the default WP Media Management. Each helper tries to be as tiny as possible (as a feature and as lines of code) and independent from the other helpers. Helpers can be enabled one by one.The aim is to provide a fine control and to avoid all possible conflicts.
Use an external URL as the media file and save it to the database like an uploaded media. This allow external media providers to be used inside the Media Library. You can also attach a new media to a post without specifying any file (fake media). This allows you to work on the media without having the file yet.
Duplicate media
Limit the resolution of uploaded images (WP allows you to limit the filesize, but not the resolution)
Update a media permalink each time its title is changed (now included in core for WP 3.5)
Change the parent of a previously attached media
Change the file of a media without creating a new media entry
