Title: Featured post thumbnails
Last modified: August 19, 2016

---

# Featured post thumbnails

 *  [LAffaire](https://wordpress.org/support/users/laffaire/)
 * (@laffaire)
 * [16 years ago](https://wordpress.org/support/topic/featured-post-thumbnails-1/)
 * Tried to figure out how the homepage picks the post images and thumbnails. Since
   there don’t seem to be any special custom fields, I assume the theme just takes
   one of the images embedded in the post? The first one?
 * Anyway, I embeded one of my Flickr pictures and while it shows fine in the post,
   it shows a broken image icon on the homepage. The image address of that icon 
   is
    `http://example.com/blogfiles/themes/news-magazine-theme-640/cropper.php?
   src=farm3.static.flickr.com/2137/1111111111_1111111111.jpg&h=142&w=200&zc=1&q
   =95` and it produces the error: `farm3.static.flickr.com/2137/1111111111_1111111111.
   jpg not found.` (The real image doesn’t have all 1s, I replaced that for privacy
   here. This link with all the 1s doesn’t work, the one it actually complained 
   about in the error does.)
 * I noticed it does work when I copy the image to my WP uploads folder and link
   it from there, but it would be nice if I could save that step and use my Flickr
   pics directly.
 * Also, is there some documentation as to how this cropper.php works – how it chooses
   where to crop, how I can control it, whether it crops at all if the image is 
   already the right size, etc.? And what is the right size for the various thumbnails
   used throughout thr theme? Finally, are these thubnails recreated again and again
   at every pageview (server killer!!) or are they saved somewhere after the first
   hit?

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [16 years ago](https://wordpress.org/support/topic/featured-post-thumbnails-1/#post-1509391)
 * Hi
 * Here is some good info on the post thumbnails feature
 * [http://justintadlock.com/archives/2009/11/16/everything-you-need-to-know-about-wordpress-2-9s-post-image-feature](http://justintadlock.com/archives/2009/11/16/everything-you-need-to-know-about-wordpress-2-9s-post-image-feature)
 * [http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/](http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/)
 *  Thread Starter [LAffaire](https://wordpress.org/support/users/laffaire/)
 * (@laffaire)
 * [16 years ago](https://wordpress.org/support/topic/featured-post-thumbnails-1/#post-1509397)
 * “News Magazine Theme 640”, which this post was about, doesn’t use this functionality.
   I checked the required line
    `add_theme_support( 'post-thumbnails' );` in its
   functions.php file and it’s not in there.
 * Also, I don’t have the “Post Thumbnail” section on my Edit screen. I’m running
   WP 2.9.2. Does this only appear when it’s supported by the theme?
 * Either way, there must be a different answer to my question above, although I
   see that implementing it using theis new feature would probably be better. Not
   something I can do though, I hope the theme author considers it.
 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [16 years ago](https://wordpress.org/support/topic/featured-post-thumbnails-1/#post-1509409)
 * hi – if you add the line that enables theme support to functions.php
    `add_theme_support('
   post-thumbnails' );` you should see the Post Thumbnail option appear on your 
   edit screen.
 *  [neononcon](https://wordpress.org/support/users/neononcon/)
 * (@neononcon)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/featured-post-thumbnails-1/#post-1509639)
 * Hi guys, in desperate need of help with thumbnails.
 * How to get youtube video thumbnails to work? with the thumbnail system?
 * I used Youtube Thumbnailer [http://wordpress.org/extend/plugins/youtube-thumbnailer/](http://wordpress.org/extend/plugins/youtube-thumbnailer/)
   and it seems to work great. It puts a link to the thumbnail image as a custom
   field with the label “thumbnail”.
 * The only problem is that the theme isn’t picking up on the “thumbnail” part and
   doesn’t pull the info from the posts’ custom field.
 * Please help.
 *  [Chinmoy](https://wordpress.org/support/users/chinmoy/)
 * (@chinmoy)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/featured-post-thumbnails-1/#post-1509640)
 * see this [http://www.wordpress.org/support/topic/412857](http://www.wordpress.org/support/topic/412857)
   
   or [http://chinmoy29.wordpress.com/2010/06/14/how-to-fill-gray-thumbnail-box-with-thumbnail-image/](http://chinmoy29.wordpress.com/2010/06/14/how-to-fill-gray-thumbnail-box-with-thumbnail-image/)
 *  [neononcon](https://wordpress.org/support/users/neononcon/)
 * (@neononcon)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/featured-post-thumbnails-1/#post-1509641)
 * Well, you got a free click to your blog post, but it didn’t solve my issue. This
   is something to do with this specific theme. I’m begging someone to please help
   =*(
 *  [neononcon](https://wordpress.org/support/users/neononcon/)
 * (@neononcon)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/featured-post-thumbnails-1/#post-1509642)
 * _Kind of solved. _
 * I added `add_theme_support('post-thumbnails');` to the functions.php file. This
   [video tutorial](http://net.tutsplus.com/tutorials/wordpress/quick-tip-how-to-use-the-new-post-thumbnail-feature-in-wordpress-2-9/)
   was the best I’ve ever seen and should be watched, he makes it very easy.
 * **THEN…**
    ** 1. I used YouTube Thumbnailer to dig up the thumbnails from YouTube.
   This plugin will automatically create a custom field on every post that has a
   YouTube video EMBEDDED.
 * **2.** Then I found out that the thumbnail (now called “featured image” in WP
   3.0) does not work with images from URL nor does it seem to work with that custom
   field “thumbnail” created by YouTube Thumbnailer.
    ** 3. So I went to the link
   generated by YouTube Thumbnailer, downloaded the small thumbnail, and went back
   to the “edit post” page and entered it as a featured image.
 * 4. Now the YouTube thumbnail works on the main index page AND the posts with 
   regular images have thumbnails as well, thanks to the News Magazine 640 theme.
 * **NOTE: **if you notice the link that the YouTube thumbnailer plugin gives you
   ends in “default.jpg” you can change default to 1 or 2 or 3 to find two other
   choices for thumbnails if the first one isn’t what you want.
 * **ANOTHER NOTE: **it really sucks that this cannot be done automatically, because
   those of us with themes that are dense with YouTube videos, will have to go through
   and manually add the thumbnails to YouTube only posts. This doesn’t make sense.
 * **Weird side note:** interstingly, i tried to do this without adding the `<?php
   the_post_thumbnail(); ?>` to the index.php and it still worked. So this theme
   must have something that allows the thumbnails to work. Funny though that the
   latest update didn’t have the add_theme_support in the functions.php
 * **Gripe note:** this is way tooo tedious. Can someone please tell me a better
   way to solve this?
 *  [musicman0325](https://wordpress.org/support/users/musicman0325/)
 * (@musicman0325)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/featured-post-thumbnails-1/#post-1509658)
 * Thanks neononcon. I think the blog link fixed my problem. I just wanted to let
   you guys know that I’m having another problem with the thumbnails, and I wanted
   to see if you knew how to solve it possibly. I created a new thread for it: [http://wordpress.org/support/topic/428163?replies=1](http://wordpress.org/support/topic/428163?replies=1)

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Featured post thumbnails’ is closed to new replies.

## Tags

 * [crop](https://wordpress.org/support/topic-tag/crop/)
 * [cropper](https://wordpress.org/support/topic-tag/cropper/)
 * [cropping](https://wordpress.org/support/topic-tag/cropping/)
 * [images](https://wordpress.org/support/topic-tag/images/)
 * [news-magazine-theme-640](https://wordpress.org/support/topic-tag/news-magazine-theme-640/)
 * [Pictures](https://wordpress.org/support/topic-tag/pictures/)
 * [thumbnails](https://wordpress.org/support/topic-tag/thumbnails/)

 * 8 replies
 * 5 participants
 * Last reply from: [musicman0325](https://wordpress.org/support/users/musicman0325/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/featured-post-thumbnails-1/#post-1509658)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
