Περιγραφή
WordPress generates thumbnails in the same directory with the original image. This plugin change this behavior by generating the thumbnails in a separate directory. The thumbnails will only be generated when they are needed and has not been generated.
This plugin will only move the thumbnails location for new uploaded images. To move all thumbnails, you need to delete all existing thumbnails (see FAQ).
Εγκατάσταση
- Upload
fr-thumbnails-folderfolder to the/wp-content/plugins/directory - Activate the plugin through the Plugins menu in WordPress
Συχνές Ερωτήσεις
-
Uninstallation Instructions
-
- Deactivate and delete the plugin through the Plugins menu in WordPress
- Regenerate thumbnails using Regenerate Thumbnails plugin
- Delete
{$upload_path}/thumbnailsdirectory
-
How to delete all existing thumbnails?
-
-
WP-CLI
This is the recommended way, especially if you have a lot of images.
wp fr-thumbnails-folder delete-thumbnailsFor multisite:
wp --url=<site address url> fr-thumbnails-folder delete-thumbnails -
GUI
Tools → Delete Thumbnails
-
-
Why did you create this plugin?
-
When backing up files, I only want the original images, not the thumbnails. So to make things easier, I need to separate its location.
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Fr Thumbnails Folder” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Fr Thumbnails Folder” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.4.0
- Add support for PDF.
- Fix only resize if smaller than the original size.
1.3.1
- Fix broken image path on Windows.
1.3.0
- Add filter hooks to allow modification of the thumbnail location.
- Add
wp fr-thumbnails-folder delete-thumbnailscommand.
1.2.0
- Add ability to retry deleting thumbnails.
- Delete thumbnails one by one.
- Fix plugin cannot display default thumbnail location.
1.0.1
- Fix incorrect
srcsetURLs.
1.0.0
- Initial release.
