// Set default content width.
if ( ! isset( $content_width ) ) {
	$content_width = 812;
}

// Calculate $content_width value according to layout options from Customizer and meta boxes.
function zakra_content_width_rdr() {
	global $content_width;

	$layout_type     = zakra_get_layout_type();
	$layouts_sidebar = array( 'tg-site-layout--left', 'tg-site-layout--right' );

	$container_width_arr = get_theme_mod( 'zakra_general_container_width', 1160 );
	$content_width_arr   = get_theme_mod( 'zakra_general_content_width', 70 );

	$container_style = get_theme_mod( 'zakra_general_container_style', 'tg-container--wide' );
	$content_padding = ( 'tg-container--separate' === $container_style ) ? 120 : 60;

	if ( in_array( $layout_type, $layouts_sidebar, true ) ) {
		$content_width = ( ( (int) $container_width_arr * (int) $content_width_arr ) / 100 ) - $content_padding;
	} else {
		$content_width = (int) $container_width_arr - $content_padding;
	}
}
add_action( 'template_redirect', 'zakra_content_width_rdr' );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//osiged.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://osiged.com/post-sitemap.xml</loc>
		<lastmod>2025-02-06T16:43:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://osiged.com/page-sitemap.xml</loc>
		<lastmod>2026-04-07T11:36:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://osiged.com/e-landing-page-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>https://osiged.com/templately_library-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>https://osiged.com/category-sitemap.xml</loc>
		<lastmod>2025-02-06T16:43:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://osiged.com/post_tag-sitemap.xml</loc>
		<lastmod>2025-01-30T21:37:43+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->