Index: trunk/include/request_url.php
===================================================================
--- trunk/include/request_url.php	(revision 180)
+++ trunk/include/request_url.php	(revision 181)
@@ -22,5 +22,6 @@
 	// index.php check
 	if (strstr($php_query_string,'preview') === false) {
-		if (strstr($php_query_string,'feed') === false) {		
+		if (strstr($php_query_string,'feed') === false) {
+			// Because the judgment is difficult, the feed to which the permalink is set is confirmed here by the after processing. 
 			return true;
 		}
Index: trunk/wp-config.php
===================================================================
--- trunk/wp-config.php	(revision 180)
+++ trunk/wp-config.php	(revision 181)
@@ -98,5 +98,6 @@
 	}
 
-	if (is_wordpress_style()) {
+	// It judges it here because it does in is_index_page() through feed to which the permalink is set. 
+	if (is_wordpress_style() || is_feed()) {
 		require_once( ABSPATH . WPINC . '/template-loader.php' );
 	} else {
Index: trunk/xoops_version.php
===================================================================
--- trunk/xoops_version.php	(revision 180)
+++ trunk/xoops_version.php	(revision 181)
@@ -40,5 +40,5 @@
 
 // status
-$modversion['codename'] = "Bata2(r180)";
+$modversion['codename'] = "Bata2(r181)";
 
 // onInstall, onUpdate, onUninstall
