이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Auto Featured Image from Title

설명

This plugin makes the process of publishing content more simple.

  1. Write your blog post.
  2. Spend hours searching stock photography websites online for the perfect image to go with your blog post.
  3. Done!

If you don’t set a featured image manually, this plugin will automatically generate an image from the post title, excerpt, or content of a new or updated post or page and set it as the featured image. The image will then be included in your theme wherever the featured image for the post or page is called for.

Upgrade to the PRO version for more features and control!!

It’s good to have an image in every post and page that you create. It helps for things like search engine optimization, social sharing, and just the attractiveness of your blog. But sometimes it can take longer to find a good image for a particular blog post than to write the post itself.

This plugin simplifies the process of publishing content. It will automatically create a customized image for each post or page that you create. You can select a background image to match the look and feel of your blog, and the plugin will automatically write the title, excerpt, or first 55 characters of the content of a new or updated post or page on top of this background image to create a unique image for each post.

By popular demand, the plugin now has an option to simply set the featured image from the first attached image in a post, without generating a new image.

Tested up to: 6.2.2

.r3069753
Stable tag: 2.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Automatically generates an image from the post title of a new or updated post and sets it as the featured image.

스크린샷

  • Admin Settings
  • An example of an automatically generated image
  • An example of an automatically generated image
  • An example of an automatically generated image
  • The image is automatically set as the featured image

설치

  1. Upload to the ‘/wp-content/plugins/’ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Configure settings (optional, but encouraged)

FAQ

Why doesn’t the generated featured image appear at the top of the post?

That’s up to your WordPress theme. Some themes do this by default, some don’t. If yours doesn’t, edit your WordPress theme and insert the following code where you’d like the featured image to appear.

<?php
if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
  the_post_thumbnail();
}
?>

How can I customize the font, colors, and image to match my site?

You can customize the generated image somewhat via the options page which can be found in under Settings > Auto Featured Image. The PRO version also allows you to upload and use your own fonts and background images.

When does the plugin create an image for my new blog post?

When you click “Save Draft” or “Update” or “Publish.”

Can I easily generate featured images for all of my previous posts?

This is a feature of the PRO version of the plugin. Upgrade to the PRO version!

Will this plugin overwrite all of the featured images that are already set?

No, it will only create featured images for posts that do not have featured images set.

후기

2023년 10월 26일
Tried other plugins for this sort of functionality, but this is by far the best one, and in fact, the only one that does everything I wanted and more. That being said, the free version is pretty limited, so will be buying PRO or Premium.
2022년 10월 25일 1 reply
a 750x500 size image reaches 500k, which is unreasonable, it could be better if you control the image size.
2022년 8월 14일
I was actually about to make a few functions to do this, then I found this plugin and it was loaded with features.
2020년 11월 10일
Hey, i want to try the plugin, but would it be possible for you to make an update to it, just so it will be tested on the latest wordpress version? Thanks, Chris
2016년 9월 3일 1 reply
I just want to know where you get the images that is set on a post based on the title? Are they free images from the internet?
모든 11 평가 읽기

기여자 & 개발자

“Auto Featured Image from Title”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Auto Featured Image from Title”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.3

  • Added option to keep or remove linebreaks when writing text to images
  • Added option to set maximum length of text to write to images
  • Replaced certain fonts and images (see this post)
  • Fixed a bug that created images for new posts even when disable was enabled by default

2.2

  • Added option which allows you to write text to the image or not
  • Fixed bug that wrote html tags to the featured image
  • Added checkbox to edit screen for pages that allows you to disable the plugin for that page

2.1

  • Added option to disable auto image generation for posts by default
  • Fixed bug that could have resulted in blank file names
  • Option that sets first image as the featured image now works with external images as well

2.0

  • Added option to simply set the first attached image in a post as the featured image
  • Added a check box on the edit post screen that allows you to keep the plugin from generating a featured image for that post
  • Fixed bug that generated images when a post was moved to the trash

1.9

  • Fixed “hide notice” link for upgrade notice
  • Added a couple background images

1.8

  • Added option to use the first 55 characters of the post’s content as the text to write to the generated image
  • Changed the default font size to 30, making the plugin run faster, and eliminating timeout errors some users experienced
  • Fixed bug that caused the background color to always be black
  • Fixed bug which sometimes resulted in the generated image not being set as the post’s featured image

1.7

  • Generates an image when saving a post via ‘quick edit’
  • Changed the way images are named to prevent overwriting files
  • Rewrote the code that adds the text, making it faster
  • Bug fixes

1.6

  • Added caption, description, and alt texts to the media gallery for the generated images for better SEO capabilities

1.5

  • Fixed a bug caused by deprecated code

1.4

  • Fixed a bug that produced errors regarding missing settings

1.3

  • Added option to choose between using the Post Title or Post Excerpt on the generated image

1.2

  • Added option to enable/disable for posts/pages

1.1

  • Fixed color picker installation error

1.0

  • 초기 릴리즈