Changeset 705227
- Timestamp:
- 04/29/2013 05:48:12 AM (13 years ago)
- Location:
- post-thumbnail-extras
- Files:
-
- 1 added
- 1 edited
-
assets/screenshot-3.png (added)
-
trunk/README.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-thumbnail-extras/trunk/README.txt
r697355 r705227 15 15 16 16 * 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. 17 18 * Add and manage post thumbnails via the media screen. 18 19 19 20 = Future Plans = 20 21 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 neatideas I can come up with. Submit any other ideas at https://github.com/sewpafly/post-thumbnail-extras/issues.22 In 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. 22 23 23 24 == Installation == … … 26 27 27 28 Use 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 30 Use the media library to quickly add this shortcode by pressing the "Insert shortcode button". 28 31 29 32 = Add/Delete Post Thumbnails = … … 42 45 1. In Settings → Media, click the plus sign to add a new post thumbnail. 43 46 2. 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. 47 3. In the media editor, you can choose to insert a shortcode of a single picture with the new button. 44 48 45 49 == 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 46 54 47 55 = 2.0 = … … 52 60 53 61 == Upgrade Notice == 54 = 2.0 =55 New CRUD operations on post-thumbnails 62 = 3.0 = 63 Integration with the Media Library for shortcode creation
Note: See TracChangeset
for help on using the changeset viewer.