'main', 'footer' => 'page', ) ); add_theme_support( 'jetpack-content-options', array( 'blog-display' => array( 'content', 'excerpt', ), 'author-bio' => false, 'post-details' => array( 'stylesheet' => 'edda-style', 'date' => '.posted-on, .posted-on + .sep', 'categories' => '.cat-links, .cat-links + .sep', 'tags' => '.tags-links, .tags-links + .sep', 'author' => '.byline', 'comment' => '.comments-link, .comments-link + .sep', ), ) ); /** * Add theme support for Site logo * See: http://jetpack.me/support/site-logo/ */ add_image_size( 'edda-logo', 240, 240 ); $args = array( 'size' => 'edda-logo', ); add_theme_support( 'site-logo', $args ); /** * Add theme support for responsive videos */ add_theme_support( 'jetpack-responsive-videos' ); } add_action( 'after_setup_theme', 'edda_jetpack_setup' );