hai, sorry. path i site folder. and i have image for my posting. but in post thumbnail just 150x15px image display. may i resize my thumbnail for my home page? how?
and i have create code for post thumbnail in functions.php
if( function_exists( 'add_theme_support' ) ) {
add_theme_support( 'post-thumbnails' );
add_theme_support( 'homepostthumbnails' );
add_image_size( 'thumbone', 55, 45, true );
add_image_size( 'thumbtwo', 418, 215, true );
}
but in my fornt page thumbnail display 150x150px
anyone can help me?