开发者 | brochris |
---|---|
更新时间 | 2024年4月20日 05:16 |
捐献地址: | 去捐款 |
PHP版本: | 3.5 及以上 |
WordPress版本: | 6.5.3 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
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(); } ?>
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 you click "Save Draft" or "Update" or "Publish."
This is a feature of the PRO version of the plugin. Upgrade to the PRO version!
No, it will only create featured images for posts that do not have featured images set.