Sunday, December 18, 2011

WordPress › Support » How to remove the featured image functionality on the custom community theme

WordPress › Support » How to remove the featured image functionality on the custom community theme: "// This theme uses post thumbnails
if ( function_exists( 'add_theme_support' ) ) {
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 222, 160, true );
add_image_size( 'slider-top-large', 1006, 250, true );
add_image_size( 'slider-large', 990, 250, true );
add_image_size( 'slider-middle', 756, 250, true );
add_image_size( 'slider-thumbnail', 80, 50, true );
add_image_size( 'post-thumbnails', 222, 160, true );
add_image_size( 'single-post-thumbnail', 598, 372, true );"

'via Blog this'

No comments:

Post a Comment