<?
function add_widget_support() {
    register_sidebar(array(
        'name' => 'Sidebar',
        'id' => 'Sidebar',
        'before_widget' => '<div>',
        'after_widget' => '</div>',
        'before_title' => '<h2>',
        'after_title' => '</h2>'
    ));
}

function add_Main_Nav() {
    register_nav_menus( array(
        'primary' => esc_html__( 'Primary', 'shcleveland' ),
        'footer' => esc_html__( 'Footer Menu', 'shcleveland' ),
        'header_action' => esc_html__( 'Header Action', 'shcleveland' ),
    ) );
}

function shcleveland_theme_setup() {
    wp_enqueue_style( 'header-style', '/wp-content/themes/shcleveland-theme-1/css/header-style.css' );
    wp_enqueue_style( 'content-style', '/wp-content/themes/shcleveland-theme-1/css/content-style.css' );
    wp_enqueue_style( 'footer-style', '/wp-content/themes/shcleveland-theme-1/css/footer-style.css' );
}

add_action('widgets_init', 'add_widget_support');
add_action('init', 'add_Main_Nav');
add_action( 'after_setup_theme', 'shcleveland_theme_setup' );<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://test.sara-cleveland.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>http://test.sara-cleveland.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>http://test.sara-cleveland.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>http://test.sara-cleveland.com/wp-sitemap-posts-tribe_events-1.xml</loc></sitemap><sitemap><loc>http://test.sara-cleveland.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>http://test.sara-cleveland.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>http://test.sara-cleveland.com/wp-sitemap-taxonomies-tribe_events_cat-1.xml</loc></sitemap><sitemap><loc>http://test.sara-cleveland.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
