List/Grid Tag Archives: featured image

How to use featured image in wordpress

How to use featured image in wordpress

To use featured image in wordpress, You must add this line in your functions.php file if ( function_exists( ‘add_theme_support’ ) ) { add_theme_support( ‘post-thumbnails’ ); set_post_thumbnail_size( 150, 150 ); //… Read more »


© 2012 Sumit Bansal. All rights reserved. XHTML / CSS Valid.