示例#1
0
 public static function theme_setup()
 {
     self::jquery();
     self::shortcodes_in_widgets();
     self::remove_head_meta();
     self::remove_update_notification();
     self::theme_images();
     add_theme_support('post-thumbnails');
     add_theme_support('automatic-feed-links');
     core_functions::favicon();
     core_functions::no_smiley_face();
     core_functions::all_post_formats();
 }