diff --git a/functions.php b/functions.php index 3a09eef0..fdd0210d 100644 --- a/functions.php +++ b/functions.php @@ -79,11 +79,6 @@ function _s_setup() { endif; // _s_setup add_action( 'after_setup_theme', '_s_setup' ); -/** - * Implement the Custom Header feature - */ -//require( get_template_directory() . '/inc/custom-header.php' ); - /** * Register widgetized area and update sidebar with default widgets * @@ -109,3 +104,8 @@ function _s_scripts() { wp_enqueue_script( 'small-menu', get_template_directory_uri() . '/js/small-menu.js', 'jquery', '20120206', true ); } add_action( 'wp_enqueue_scripts', '_s_scripts' ); + +/** + * Implement the Custom Header feature + */ +//require( get_template_directory() . '/inc/custom-header.php' ); diff --git a/index.php b/index.php index 0c7d86ad..e3f14554 100644 --- a/index.php +++ b/index.php @@ -36,16 +36,15 @@ get_header(); ?> - +
-

+

-

- +

Get started here.', '_s' ), admin_url( 'post-new.php' ) ); ?>