// Homepage style selector
function trimantra_home_style_customizer($wp_customize){
    $wp_customize->add_section('trimantra_home_style', array('title'=>'Homepage Style','panel'=>'trimantra_site'));
    $wp_customize->add_setting('trimantra_home_style', array('default'=>'style1'));
    $wp_customize->add_control('trimantra_home_style', array('label'=>'Choose homepage style','section'=>'trimantra_home_style','type'=>'radio','choices'=>array('style1'=>'Style 1','style2'=>'Style 2','style3'=>'Style 3')));
}
add_action('customize_register','trimantra_home_style_customizer');
require_once TRIMANTRA_DIR . '/inc/admin-demo-importer.php';
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://trimandra.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://trimandra.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://trimandra.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://trimandra.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://trimandra.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
