<?phpadd_action( 'wp_enqueue_scripts', 'tie_theme_child_styles_scripts', 80 );function tie_theme_child_styles_scripts() {	/* Load the RTL.css file of the parent theme */	if ( is_rtl() ) {		wp_enqueue_style( 'tie-theme-rtl-css', get_template_directory_uri().'/rtl.css', '' );	}	/* THIS WILL ALLOW ADDING CUSTOM CSS TO THE style.css */	wp_enqueue_style( 'tie-theme-child-css', get_stylesheet_directory_uri().'/style.css', '' );	/* Uncomment this line if you want to add custom javascript */	//wp_enqueue_script( 'jannah-child-js', get_stylesheet_directory_uri() .'/js/scripts.js', '', false, true );}<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://oscar.tw/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://oscar.tw/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://oscar.tw/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://oscar.tw/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://oscar.tw/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://oscar.tw/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
