add_theme_support('post-thumbnails');
set_post_thumbnail_size(190, 130, true);
+$defaults = array(
+ 'default-color' => '',
+ 'default-image' => '',
+ 'default-repeat' => '',
+ 'default-position-x' => '',
+ 'default-attachment' => '',
+ 'wp-head-callback' => '_custom_background_cb',
+ 'admin-head-callback' => '',
+ 'admin-preview-callback' => ''
+);
+add_theme_support( 'custom-background', $defaults );
+add_theme_support( 'title-tag' );
+add_theme_support( 'custom-logo', array(
+ 'height' => 200,
+ 'width' => 400,
+ 'flex-height' => true,
+ 'flex-width' => true,
+ 'header-text' => array ( 'site-title', 'site-description'),
+) );
+
/**
* glm_site_scripts
*
<link href='//fonts.googleapis.com/css?family=Balthazar' rel='stylesheet' type='text/css'>
<?php wp_head();?>
</head>
- <body>
+ <body <?php body_class( ); ?>>
<div class="off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
<div id='shadow_wrapper'>