Add different Theme supoort
<?php if (function_exists('add_theme_support')) { add_theme_support('menus'); add_theme_support( 'custom-header'); add_theme_support('post-thumbnails'); } ?>