Die Version ist von Wp.org
was ich unter der functions.php finde
ist function superhero_setup() {
/**
* Make theme available for translation
* Translations can be filed in the /languages/ directory
* If you're building a theme based on superhero, use a find and replace
* to change 'superhero' to the name of your theme in all the template files
*/
load_theme_textdomain( 'superhero', get_template_directory() . '/languages' );
/**
* Add default posts and comments RSS feed links to head
*/
add_theme_support( 'automatic-feed-links' );
/**
* Enable support for Post Thumbnails
*/
add_theme_support( 'post-thumbnails' );
add_image_size( 'slider-img', 1440, 500, true );
add_image_size( 'feat-img', 695 );