Function wp_schools_enqueue_scripts() {
wp_register_style( 'childstyle', get_stylesheet_directory_uri() . '/style.css'  );
wp_enqueue_style( 'childstyle' );
wp_enqueue_script( 'imagesloaded', '/wp-content/themes/sculpt/js/imagesloaded.pkgd.min.js', 'jquery' );
wp_enqueue_script( 'isotope', '/wp-content/themes/stockholm/js/jquery.isotope.min.js', 'jquery' );
wp_enqueue_script( 'prettyphoto', '/wp-content/themes/stockholm/js/jquery.prettyPhoto.js', 'jquery' );
// wp_enqueue_script( 'shuffle', '/wp-content/themes/sculpt/js/shuffle.js', 'jquery' );
// wp_enqueue_style( 'shuffle', get_stylesheet_directory_uri() . '/shuffle-styles.css' );
wp_enqueue_script( 'CH', '/wp-content/themes/sculpt/js/script.js', 'jquery' );
}
add_action( 'wp_enqueue_scripts', 'wp_schools_enqueue_scripts', 11);

// shows template name in header for development purporses
//add_action('wp_head', 'show_template');
function show_template() {
global $template;
        print_r($template);
}

add_image_size( "smallthm", 141, 141, 1 );
add_image_size( "gallerythm", 230, 400, 0 );


<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.2sculpt.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.2sculpt.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.2sculpt.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.2sculpt.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.2sculpt.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
