Smart File Renamer
Automatically renames files with accents and special characters during upload for better SEO. / 在上傳過程中自動重新命名含有變音符號和特殊字元的檔案以提升 SEO。
by Ivan Lin · github.com/ivanusto/smart-file-renamer · website
★ 4stars
14release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/ivanusto/smart-file-renamer/releases/download/v1.3.0/smart-file-renamer-v1.3.0.zipFrom the readme
Smart File Renamer
繁體中文說明
Automatically sanitize and rename uploaded files into clean, SEO-friendly names. It transliterates Latin diacritics, normalizes separators, strips non-ASCII characters, and lowercases both filenames and extensions to ensure compatibility across all operating systems.
Key Features
- Accents Transliteration: Uses WordPress built-in removeaccents() to map 200+ Latin accented characters (e.g. á - a, ü - u) to their ASCII equivalents.
- Consistent Lowercase: Converts both filenames and file extensions to lowercase to prevent file path mismatches on case-sensitive hosting servers (e.g. Nginx on Linux).
- Separator Normalization: Automatically converts spaces and underscores into hyphens (-).
- Consecutive Hyphen Collapsing: Replaces multiple hyphens with a single hyphen and strips them from the beginning and end of the filename.
- Safe Fallback: Generates a safe name (e.g., file-1718000000.png) if the entire filename consists of non-ASCII characters (like Chinese/Japanese/Korean) that get stripped.
- Optional Date Prefix: Organize files chronologically with a toggleable YYYY-MM-DD prefix under Settings → File Renamer.
- Optional Time-Based File Names: Store
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.3.0 | Sep 4, 2026 | smart-file-renamer-v1.3.0.zip | 3 |
| v1.2.3 | Aug 20, 2026 | smart-file-renamer-v1.2.3.zip | 2 |
| v1.2.2 | Aug 6, 2026 | smart-file-renamer-v1.2.2.zip | 2 |
| v1.2.1 | Aug 4, 2026 | smart-file-renamer-v1.2.1.zip | 3 |
| v1.2.0 | Jul 19, 2026 | smart-file-renamer.zip | 2 |
| v1.1.0 | Jul 18, 2026 | smart-file-renamer-1.1.0.zip | 2 |