mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
Update readme, version
This commit is contained in:
@@ -104,7 +104,13 @@ Yes. As of version 3.0.0, shortcodes for each widget have been added to the plug
|
||||
|
||||
The parameters/attributes for these mirror the widget options, so you can explore the code (or inspect the widget form) to find the shortcode attributes.
|
||||
|
||||
Alternatively, the much easier method entails visiting the settings page (under Appearance) and enabling the shortcode buttons for the post editor. With the shortcode buttons enabled, you can use the familiar widget form to build the shortcode and add it anywhere you like.
|
||||
Alternatively, the much easier method entails visiting the settings page (under Appearance) and enabling the shortcode buttons for the post editor. With the shortcode buttons enabled, you can use the familiar widget form to build the shortcode and add it anywhere you like.
|
||||
|
||||
### What happened to my default/post type featured image?
|
||||
|
||||
If these images were saved to your database prior to version 2.2.0 of this plugin and you've never updated the plugin settings since then, these images may have effectively disappeared in version 3.0.0. To fix this, visit the plugin settings page, reselect your default/post type image(s), and save.
|
||||
|
||||
Prior to version 2.2.0 of the plugin, these images were saved to the database as URL strings, rather than as ID numbers, which was hugely inefficient. This was changed in version 2.2.0, with backwards compatible helper functions to ease the transition, but the helper functions are no longer used as of version 3.0.0.
|
||||
|
||||
### What is term metadata and why does it matter to me?
|
||||
|
||||
@@ -243,6 +249,9 @@ Similar hooks:
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.0.1
|
||||
* fixed: check for default featured image
|
||||
|
||||
### 3.0.0
|
||||
* added: preferred image size (set to backstretch or large for the entire site)
|
||||
* added: setting to prefer fallback/large images per content type
|
||||
|
||||
Reference in New Issue
Block a user