sewpafly / post-thumbnail-editor

Wordpress Plugin to manually edit post thumbnails
http://wordpress.org/extend/plugins/post-thumbnail-editor/
32 stars 18 forks source link

Selecting generated thumbs #41

Closed webthread closed 12 years ago

webthread commented 12 years ago

Plugin works perfectly except I have an issue. It creates the thumbnail in uploads perfectlyt! But I have no way of selecting that image to insert it into a post, the media gallery continues to show the original image with the original thumbnail sizes.

This may be my lack of WP knowledge. How do I insert the cropped image into a post?

sewpafly commented 12 years ago

There's a couple ways to do this:

  1. If your theme has post-thumbnail support, you can use the featured image to automatically include a picture without doing anything to your post.
  2. Use the media gallery to put in a large/medium/thumbnail formatted picture
  3. Use a short code for the gallery to put in picture (you need to know the id for the picture)(e.g. [gallery size="post-thumbnail-name" include="34"] where 34 is the pictures ID.)