Changeset 1118945
- Timestamp:
- 03/23/2015 04:11:39 PM (11 years ago)
- File:
-
- 1 edited
-
dirtysuds-category-thumbnail/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dirtysuds-category-thumbnail/trunk/readme.txt
r1005804 r1118945 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 7 Requires at least: 3.5 8 Tested up to: 4. 09 Stable tag: 1. 038 Tested up to: 4.2 9 Stable tag: 1.4.0 10 10 11 11 Adds shortcode `[catthumb]` to embed a thumbnail image for a category. … … 14 14 15 15 `[catthumb id="CategoryID" link="true"]` will find the most recent post in the specified Category with a featured image and return the thumbnail for that image. If *link="true"* is specified, the image will link to the category specified. 16 17 You can optionally search custom post types with the `post_type` attribute, and specify the thumbnail size with the `size` attribute. IE `[catthumb id="CategoryID" link="true" post_type="restaurants" size="full"]` 16 18 17 19 The plugin will only search *featured images*, not *attached images*. It will not look for images embedded in the post itself, or other attached images. If a category does not have any posts with featured images, this plugin will not return a thumbnail image, even if the category has posts with attached images. … … 41 43 == Changelog == 42 44 45 = 1.4.0 20150323 = 46 * Allow custom image sizes 47 * Allow custom post types 48 43 49 = 1.03 20121011 = 44 50 * Bugfix
Note: See TracChangeset
for help on using the changeset viewer.