
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="//phunurovn.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://phunurovn.com/post-sitemap.xml</loc>
		<lastmod>2026-09-11T12:20:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/post-sitemap2.xml</loc>
		<lastmod>2026-09-11T12:20:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/page-sitemap.xml</loc>
		<lastmod>2025-06-23T07:28:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/attachment-sitemap.xml</loc>
		<lastmod>2026-09-11T11:47:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/attachment-sitemap2.xml</loc>
		<lastmod>2019-04-08T20:32:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/attachment-sitemap3.xml</loc>
		<lastmod>2021-02-23T18:32:08+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/attachment-sitemap4.xml</loc>
		<lastmod>2021-05-15T15:11:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/attachment-sitemap5.xml</loc>
		<lastmod>2021-06-22T22:18:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/attachment-sitemap6.xml</loc>
		<lastmod>2021-08-22T19:34:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/attachment-sitemap7.xml</loc>
		<lastmod>2026-09-11T11:47:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/doitac-sitemap.xml</loc>
		<lastmod>2026-08-31T12:45:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/category-sitemap.xml</loc>
		<lastmod>2026-09-11T12:20:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/post_tag-sitemap.xml</loc>
		<lastmod>2026-09-11T12:20:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/media_category-sitemap.xml</loc>
		<lastmod>2026-09-11T11:47:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://phunurovn.com/author-sitemap.xml</loc>
		<lastmod>2020-06-03T16:41:55+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->