Changelog ----------------------------------- version:0.21 Fixed Fixed Posted on Publish date format display improperly Fixed confusing in English Fixed get_header action not support Fixed Remove function_exists() functions.php add_menus() Fixed PHP error functions.php enough_theme_setup() Add globals $enough_sidebar_args, $enough_register_nav_menus_args Checked echo apply_filters( 'enough_post_thumbnail', get_the_post_thumbnail( ) ); index.php It seems appropriate. modified readme.txt Add About this theme section ---------------------------------------------- Changelog ----------------------------------- version:0.2 modified CSS modified body class width[0-9]00 remove body class new value below if( width < 1281 ){ body_class = 'enough-w-sxga'; } if( width < 1025 ){ body_class = 'enough-w-xga'; } if( width < 801 ){ body_class = 'enough-w-svga'; } if( width < 641 ){ body_class = 'enough-w-vga'; } if( width < 481 ){ body_class = 'enough-w-iphone'; } if( width < 321 ){ body_class = 'enough-w-qvga'; } if( width < 241 ){ body_class = 'enough-w-keitai'; } Change theme description. Add action Add action filter add_action( 'after_setup_theme', 'enough_theme_setup' ); Add function enough_theme_setup Add class enough_menu_create member function enough_settings_page_contextual_help ----------------------------------------------