Описание
Автоматически создает изображение записи из изображения записи.
Функции
- Пакетная генерация миниатюр.
- Автоматически создавать миниатюру при сохранении публикации.
- Bulk delete the featured image of the posts.
- Отображение миниатюр в списке записей.
Установка
- Загрузите папку
xo-featured-image-tools
в каталог/wp-content/plugins/
. - Активируйте плагин на странице «Плагины» в панели управления WordPress.
Отзывы
09.02.2023
XO Featured Image is the ONLY plugin that works reliably to automatically set a featured image. I do many transfers from Blogger and TypePad to Wordpress, and this is the only plugin that consistently works for setting the featured images for these posts. It's simplicity itself, without a ton of settings. Thanks for providing such a stable plugin!
16.11.2022
5 ответов
Thank you for the great plugin. Is exactly what I was looking for and the best plugin you can find for this purpose...
But:
The following image URLs often appear in my posts:
image.jpg?uid=Yi3w9CE.
These image files are not captured by your plugin.
So far I only knew this from form data transmissions like:
index.html?var=123. But I have such pictures in my posts.
Can you fix this in the next update please?
My suggested solution would be:
$path= substr( $url, strrpos( $url, '.' )+4);
$url = str_ireplace($path, '', $url);
21.09.2022
易用不用购买
24.11.2021
This is a replacement from "Auto Featured Image (Auto Post Thumbnail)".
Anyway, I think it's good that it is simple without any extra functions. I don't want this kind of plugin to be highly functional. Rather, I emphasize stable operation.
18.04.2021
Easy setup. It works great!
25.02.2021
Works perfectly
Nice clean options
Optimal code
🙌
Участники и разработчики
«XO Featured Image Tools» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«XO Featured Image Tools» переведён на 6 языков. Благодарим переводчиков за их работу.
Перевести «XO Featured Image Tools» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.12.1
- Fixed a bug that search did not work properly on the post list page of the admin screen.
1.12.0
- Fixed a bug that some images such as external images could not be acquired.
- Improved accuracy in acquiring featured images.
- Added a plugin action link.
- Supported PHP 8.1 and WordPress 6.2.
1.11.1
- Fixed a bug that caused a warning message to appear when deleting a post.
1.11.0
- Added xo_featured_image_tools_post_content filter.
1.10.0
- Added an option to exclude draft post.
1.9.1
- Fixed a bug that sometimes failed to acquire external images.
1.9.0
- Added support for image URLs with query parameters.
- Added xo_featured_image_tools_image_url filter.
1.8.0
- Added the function to batch delete featured images.
- Changed the post status to batch generate feature images.
- Added escaping to multiple translate texts for enhanced security.
1.7.0
- Fixed a bug that the featured image was not set correctly when skipping small images.
- Added support for WebP external image.
1.6.0
- Добавлена поддержка для галереи (блок, шорткод)
1.5.0
- Добавлена возможность исключать маленькие изображения.
1.4.0
- Пакетная обработка была изменена на обработку только тех сообщений, которые не имеют миниатюр, чтобы ускорить обработку.
1.3.0
- Добавлена возможность установки изображения по умолчанию.
1.2.0
- Перенесены языковые пакеты на translate.wordpress.org (GlotPress).
1.1.0
- Поддержка внешних изображений.
1.0.0
- Первый выпуск.