Category Archives: hacks

Post thumbnails

WordPress  2.9 and up supports post and page thumbnails. Now you don’t need custom fields or extra plugins. Simply open your functions.php and add add_theme_support( ‘post-thumbnails’ ); set_post_thumbnail_size( 50, 50, true ); 50, 50 means width and height accordingly. Then … Continue reading

Posted in hacks | Leave a comment