
if ( !function_exists('cherry_get_layout_class') ) {
	function cherry_get_layout_class($layout) {
		switch ($layout) {
			case 'full_width_content':
				$layout_class = function_exists('apply_filters') ? apply_filters( "cherry_layout_wrapper", "col-xs-12" ) : "col-xs-12";
				break;
			case 'content':
				$layout_class = function_exists('apply_filters') ? apply_filters( "cherry_layout_content_column", "col-xs-12 col-md-8" ) : "col-xs-12 col-md-8";
				if (function_exists('of_get_option')) {
					$layout_class .= ' '.of_get_option('blog_sidebar_pos');
				}
				break;
			case 'sidebar':
				$layout_class = function_exists('apply_filters') ? apply_filters( "cherry_layout_sidebar_column", "col-xs-12 col-md-4" ) : "col-xs-12 col-md-4";
				break;
			case 'left_block':
				$layout_class = function_exists('apply_filters') ? apply_filters( "cherry_layout_left_block_column", "col-xs-12 col-md-7" ) : "col-xs-12 col-md-7";
				break;
			case 'right_block':
				$layout_class = function_exists('apply_filters') ? apply_filters( "cherry_layout_right_block_column", "col-xs-12 col-md-5" ) : "col-xs-12 col-md-5";
				break;
			default:
				$layout_class = 'col-xs-12';
		}
		return $layout_class;
	}
}


if ( !function_exists('inherit_template') ) {
	function inherit_template() { 
		if (function_exists('is_category') && is_category()) {
			$catid = get_query_var('cat');
			if (defined('STYLESHEETPATH') && file_exists(STYLESHEETPATH . '/category-' . $catid . '.php')) {
				include(STYLESHEETPATH . '/category-' . $catid . '.php');
				exit;
			}
		}
	}
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//thangmaythanhphat.vn/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://thangmaythanhphat.vn/post-sitemap.xml</loc>
		<lastmod>2022-07-27T08:53:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thangmaythanhphat.vn/page-sitemap.xml</loc>
		<lastmod>2026-01-12T02:43:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thangmaythanhphat.vn/product-sitemap.xml</loc>
		<lastmod>2022-07-11T04:50:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thangmaythanhphat.vn/reviews-sitemap.xml</loc>
		<lastmod>2022-08-10T06:55:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thangmaythanhphat.vn/category-sitemap.xml</loc>
		<lastmod>2022-07-27T08:53:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thangmaythanhphat.vn/author-sitemap.xml</loc>
		<lastmod>2025-12-06T20:09:09+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->