For me, “Featured Image” was still missing from the Screen Options tab, even after clearing the cache and restarting the browser. In my case the problem was related to having a WordPress 3.2 Multisite install. With this setup, the Media upload buttons must be checked in Network Admin to enable the featured image meta box Full Article…
Viewing 1 to 3 of 3 items
How to handle multiple feature images per post
There is a great plugin for this: http://wordpress.org/extend/plugins/multiple-post-thumbnails/ These are the bits of code needed to use the plugin. I add this code to the functions file. It sets up new feature images and assigns custom sizes for them if necessary: Then I use this code in my template files to display the new selection Full Article…
How to get your post thumbnail’s width and height
In Settings > Media, you are able to set only the height or width of the Thumbnail images and WordPress will resize them proportionally (i.e.: if you have a fixed height, then the widths will vary depending on your uploaded image dimension, and vice versa). Inside the loop, you can get a thumbnail’s width, height Full Article…