Any plans for support for Post Thumbnails?

(4 posts) (4 voices)

  1. marbuckner
    Member

    I just had to modify my instance of the Awake theme to support the WordPress post thumbnail feature for a plugin I am using. I searched the forum to see if there was anyone who modified the theme to support this feature for the Post Image or Homepage Slider Image but I didn't find anything.

    Are the plans to support this feature?

    http://codex.wordpress.org/Post_Thumbnails

    Posted 1 year ago #
  2. Ruderic
    Support

    Hello,

    As you probably know, the developers are currently working on a update to the themes, and I am pretty sure that this feature will be included.

    Posted 1 year ago #
  3. Hi,

    That is important also for me. But meantime is there anything I can do?

    Is it possible to change the post image size to something similar than the the recent and popular post widget size proportion. Is it possible to change the post image size set up somewhere?

    Or maybe to create a post thumbnail custom field manually, in order to be used by the recent post and popular post widget? It is not a problem, if I have to make my post thumbnails myselt (my priority to is to have good thumbnails).

    I have a beauty magazin, and mostly I have photos of faces. 99,99% of templates has terrible proportioned post image sizes for that, so I allways have to make some tricks to have good looking post images. But I am used to it. But when I have a post image, where the face is not in the center of the image, than my thumbnails look funny. (Like 1/4 face can be seen.):(

    Posted 11 months ago #
  4. Sminkkel,

    Place this somewhere in your theme-functions.php and change to fit your needs

    // This theme uses post thumbnails
    	add_theme_support( 'post-thumbnails' );
    
    	// To use post thumbnails for custom header images on posts and pages.
    	// Larger images will be auto-cropped to fit, smaller ones will be ignored.
    	set_post_thumbnail_size( 944, 300, true );
    	add_image_size('slider', 685, 506, true);
    	add_image_size('image-thumb-small', 164, 73, true);
    	add_image_size('image-thumb-medium', 189, 89, true);
    	add_image_size('image-thumb-large', 238, 104, true);
    Posted 11 months ago #

Reply

You must log in to post.

Construct WordPress Theme
Construct wordpress theme
Myriad WordPress Theme
Myriad wordpress theme
Method WordPress Theme
Method wordpress theme
Fusion WordPress Theme
Fusion wordpress theme
Elegance WordPress Theme
Elegance wordpress theme
Echelon WordPress Theme
Echelon wordpress theme
Dejavu WordPress Theme
Dejavu wordpress theme
Modular WordPress Theme
Modular wordpress theme