<?
update_option('siteurl','http://www.chmielewscy.com');
update_option('home','http://www.chmielewscy.com');

function jerrell_adds_to_the_footer(){

wp_register_script('js', get_stylesheet_directory_uri() . '/scriptNew.js', array('jquery'),'', true );

wp_enqueue_script('js');

}

add_action('wp_enqueue_scripts', 'jerrell_adds_to_the_footer'); //Hooks my custom     function into WP's wp_enqueue_scripts function


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