
// Add custom Theme Functions here
/*
 * Code bài viết liên quan theo chuyên mục
*/
function bvlq_danh_muc() {
    $output = '';
    if (is_single()) {
      global $post;
      $categories = get_the_category($post->ID);
      if ($categories) {
        $category_ids = array();
        foreach($categories as $individual_category) $category_ids[] = $individual_category->term_id;
        $args=array(
          'category__in' => $category_ids,
          'post__not_in' => array($post->ID),
          'posts_per_page'=>100,
          'caller_get_posts'=>10
        );
        
        $my_query = new wp_query( $args );
        if( $my_query->have_posts() ):
            $output .= '<div class="relatedcat">';
                $output .= '<h2>Nội Dung Khác</h3><div class="row related-post">';
                    while ($my_query->have_posts()):$my_query->the_post();
                    $output .= 
                        '<div class="col large-4">
                            <a href="'.get_the_permalink().'" title="'.get_the_title().'">
                                <div class="feature">
                                    <div class="image" style="background-image:url('. get_the_post_thumbnail_url() .');"></div>
                                </div>                            
                            </a>
                            <div class="related-title"><a href="'.get_the_permalink().'" title="'.get_the_title().'">'.get_the_title().'</a></div>

                        </div>';
                    endwhile;
                $output .= '</div>';
            $output .= '</div>';

        endif;   //End if.
      wp_reset_query();
    }
    return $output;
  }

}
add_shortcode('bvlq_danh_muc','bvlq_danh_muc');

if (function_exists('register_sidebar')){ 
register_sidebar(array( 'name'=> 'Sidebar 2', 'id' => 'sidebar_2', ))
; 
}
?>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//megazvietnam.vn/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://megazvietnam.vn/post-sitemap.xml</loc>
		<lastmod>2025-09-24T03:20:13+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://megazvietnam.vn/page-sitemap.xml</loc>
		<lastmod>2025-10-21T17:14:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://megazvietnam.vn/blocks-sitemap.xml</loc>
		<lastmod>2025-09-24T04:12:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://megazvietnam.vn/product-sitemap.xml</loc>
		<lastmod>2025-09-24T08:30:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://megazvietnam.vn/featured_item-sitemap.xml</loc>
		<lastmod>2023-03-06T04:24:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://megazvietnam.vn/category-sitemap.xml</loc>
		<lastmod>2025-09-24T03:20:13+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://megazvietnam.vn/product_cat-sitemap.xml</loc>
		<lastmod>2025-09-24T08:30:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://megazvietnam.vn/author-sitemap.xml</loc>
		<lastmod>2023-12-22T08:01:53+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->