
/**
 *
 * The framework's functions and definitions
 */
update_option( 'woodmart_is_activated', '1' );
define( 'WOODMART_THEME_DIR', get_template_directory_uri() );
define( 'WOODMART_THEMEROOT', get_template_directory() );
define( 'WOODMART_IMAGES', WOODMART_THEME_DIR . '/images' );
define( 'WOODMART_SCRIPTS', WOODMART_THEME_DIR . '/js' );
define( 'WOODMART_STYLES', WOODMART_THEME_DIR . '/css' );
define( 'WOODMART_FRAMEWORK', '/inc' );
define( 'WOODMART_DUMMY', WOODMART_THEME_DIR . '/inc/dummy-content' );
define( 'WOODMART_CLASSES', WOODMART_THEMEROOT . '/inc/classes' );
define( 'WOODMART_CONFIGS', WOODMART_THEMEROOT . '/inc/configs' );
define( 'WOODMART_HEADER_BUILDER', WOODMART_THEME_DIR . '/inc/modules/header-builder' );
define( 'WOODMART_ASSETS', WOODMART_THEME_DIR . '/inc/admin/assets' );
define( 'WOODMART_ASSETS_IMAGES', WOODMART_ASSETS . '/images' );
define( 'WOODMART_API_URL', 'https://xtemos.com/wp-json/xts/v1/' );
define( 'WOODMART_DEMO_URL', 'https://woodmart.xtemos.com/' );
define( 'WOODMART_PLUGINS_URL', WOODMART_DEMO_URL . 'plugins/' );
define( 'WOODMART_DUMMY_URL', WOODMART_DEMO_URL . 'dummy-content-new/' );
define( 'WOODMART_TOOLTIP_URL', WOODMART_DEMO_URL . 'theme-settings-tooltips/' );
define( 'WOODMART_SLUG', 'woodmart' );
define( 'WOODMART_CORE_VERSION', '1.1.1' );
define( 'WOODMART_WPB_CSS_VERSION', '1.0.2' );

if ( ! function_exists( 'woodmart_load_classes' ) ) {
	function woodmart_load_classes() {
		$classes = array(
			'class-singleton.php',
			'class-api.php',
			'class-config.php',
			'class-layout.php',
			'class-autoupdates.php',
			'class-activation.php',
			'class-notices.php',
			'class-theme.php',
			'class-registry.php',
		);

		foreach ( $classes as $class ) {
			require WOODMART_CLASSES . DIRECTORY_SEPARATOR . $class;
		}
	}
}

woodmart_load_classes();

new XTS\Theme();

define( 'WOODMART_VERSION', woodmart_get_theme_info( 'Version' ) );
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//liverwala.in/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://liverwala.in/post-sitemap.xml</loc>
		<lastmod>2026-04-22T08:48:56+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/post-sitemap2.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/post-sitemap3.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/post-sitemap4.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/post-sitemap5.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/post-sitemap6.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/post-sitemap7.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/post-sitemap8.xml</loc>
		<lastmod>2026-04-22T08:48:56+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/page-sitemap.xml</loc>
		<lastmod>2026-04-09T09:10:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/portfolio-sitemap.xml</loc>
		<lastmod>2017-06-22T08:50:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/product-sitemap.xml</loc>
		<lastmod>2026-03-31T01:15:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/category-sitemap.xml</loc>
		<lastmod>2026-04-22T08:48:56+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/woodmart_slider-sitemap.xml</loc>
		<lastmod>2021-03-29T13:35:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/project-cat-sitemap.xml</loc>
		<lastmod>2017-06-22T08:50:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/product_cat-sitemap.xml</loc>
		<lastmod>2026-03-31T01:15:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://liverwala.in/author-sitemap.xml</loc>
		<lastmod>2025-09-30T06:55:06+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->