/**
 * KPT: トップページ記事一覧から特定カテゴリを除外
 * 除外: おすすめ口座(66), トレードツール(37), MT4関連(58), MT4インジケーター(57), TradingView(62)
 */
function kpt_exclude_categories( $query ) {
    if ( $query->is_home() && $query->is_main_query() && ! is_admin() ) {
        $query->set( 'category__not_in', array( 66, 37, 58, 57, 62 ) );
    }
}
add_action( 'pre_get_posts', 'kpt_exclude_categories' );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//killerpickstraders.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://killerpickstraders.com/post-sitemap.xml</loc>
		<lastmod>2026-04-04T03:47:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://killerpickstraders.com/page-sitemap.xml</loc>
		<lastmod>2026-04-04T15:42:42+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://killerpickstraders.com/category-sitemap.xml</loc>
		<lastmod>2026-04-04T03:47:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://killerpickstraders.com/author-sitemap.xml</loc>
		<lastmod>2026-04-05T00:42:42+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->