Plugin Directory

Changeset 1118945


Ignore:
Timestamp:
03/23/2015 04:11:39 PM (11 years ago)
Author:
pathawks
Message:

Version 1.4.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dirtysuds-category-thumbnail/trunk/readme.txt

    r1005804 r1118945  
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
    77Requires at least: 3.5
    8 Tested up to: 4.0
    9 Stable tag: 1.03
     8Tested up to: 4.2
     9Stable tag: 1.4.0
    1010
    1111Adds shortcode `[catthumb]` to embed a thumbnail image for a category.
     
    1414
    1515`[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
     17You 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"]`
    1618
    1719The 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.
     
    4143== Changelog ==
    4244
     45= 1.4.0 20150323 =
     46* Allow custom image sizes
     47* Allow custom post types
     48
    4349= 1.03 20121011 =
    4450* Bugfix
Note: See TracChangeset for help on using the changeset viewer.