تفصیل
When you take photos with your digital camera and then upload them as attachments to a post or page their file name is not altered. This is not inintuitve as then you end upo with 100s of image files with names live IMG_1432.jpg
This plugin fixes that problem by appending a file safe string to the front the file name which is based on the post, page, or cpts slug or post title.
e.g. my-post-title-my-image-name.jpg
This will only accurr for images uploaded as attachments.
Like this plugin? Please consider leaving a 5-star review.
Love this plugin or want to help the LocalHero Project? Please consider making a donation.
انسٹالیشن
- Upload the entire ‘lh-image-renamer’ folder to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
عمومی سوالات
-
What are the available options provided by this plugin?
-
There are no options, this is WordPress, so decisions not options
-
Im a developer, can I create a custom rule?
-
Yes. It’s easy.
You can filter the name used by using the filter built into this plugin:
add_filter( ‘lh_image_renamer_return_name_filter’, function($return, $file_object, $post_object, $file_name, $file_ext){
//do your thing
return $return;
}, 20 );
-
What is something does not work?
-
LH Image Renamer, and all https://lhero.org plugins are made to WordPress standards. Therefore they should work with all well coded plugins and themes. However not all plugins and themes are well coded (and this includes many popular ones).
If something does not work properly, firstly deactivate ALL other plugins and switch to one of the themes that come with core, e.g. twentyfirteen, twentysixteen etc.
If the problem persists please leave a post in the support forum: https://wordpress.org/support/plugin/lh-image-renamer/. I look there regularly and resolve most queries.
-
What if I need a feature that is not in the plugin?
-
Please contact me for custom work and enhancements here: https://shawfactor.com/contact/
جائزے
There are no reviews for this plugin.
شراکت دار اور ڈیویلپرز
“LH Image Renamer” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“LH Image Renamer” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔
چینج لاگ
1.00 July 05, 2017
* Initial Release
1.01 July 16, 2018
* Singleton pattern
