Plugin Directory

Changeset 705227


Ignore:
Timestamp:
04/29/2013 05:48:12 AM (13 years ago)
Author:
sewpafly
Message:

Updating 3.0 README.txt

Location:
post-thumbnail-extras
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • post-thumbnail-extras/trunk/README.txt

    r697355 r705227  
    1515
    1616* Provides a shortcode as a wrapper for the `wp_get_attachment_image` call. Allows your posts to quickly change the picture in your posts without wading through HTML (nice if your post-thumbnails change width or height due to a theme change or you have cropped them with another tool -- this will always pull the latest image from wordpress).
     17* Includes a hook into the media library to create the above shortcode.
    1718* Add and manage post thumbnails via the media screen.
    1819
    1920= Future Plans =
    2021
    21 In the future, there will be support for changing the default option, a hook into the media gallery to embed the shortcode via the GUI, and any other neat ideas I can come up with. Submit any other ideas at https://github.com/sewpafly/post-thumbnail-extras/issues.
     22In the future, there will be support for changing the default option, and any other ideas I can come up with. Submit any other ideas at https://github.com/sewpafly/post-thumbnail-extras/issues.
    2223
    2324== Installation ==
     
    2627
    2728Use the shortcode `[pt]` in your posts to quickly embed the featured image as a thumbnail. Use the attribute 'size' to change to a different post-thumbnail size (e.g. `[pt size='medium']`). You can also use any image in your media gallery if you know the id, by using the `id` attribute (`[pt id='100']`).
     29
     30Use the media library to quickly add this shortcode by pressing the "Insert shortcode button".
    2831
    2932= Add/Delete Post Thumbnails =
     
    42451. In Settings → Media, click the plus sign to add a new post thumbnail.
    43462. Update the width/height and whether or not the post-thumbnail should be cropped to an exact size. (If the width or height is set to 0, that boundary constraint is not enforced). Make sure you click the "save" button so that the changes are stored in the database.
     473. In the media editor, you can choose to insert a shortcode of a single picture with the new button.
    4448
    4549== Changelog ==
     50
     51= 3.0 =
     52* Shortcode Creation with the Media Library
     53* Display post thumbnail information for thumbnails created by other plugins and themes
    4654
    4755= 2.0 =
     
    5260
    5361== Upgrade Notice ==
    54 = 2.0 =
    55 New CRUD operations on post-thumbnails
     62= 3.0 =
     63Integration with the Media Library for shortcode creation
Note: See TracChangeset for help on using the changeset viewer.