<?
remove_filter('the_excerpt', 'wpautop');
//remove_filter('the_content', 'wpautop');
remove_filter('term_description', 'wpautop');


function is_subpage() {
	global $post;                                 // load details about this page
        if ( is_page() && $post->post_parent ) {      // test to see if the page has a parent
               $parentID = $post->post_parent;        // the ID of the parent is this
               return $parentID;                      // return the ID
        } else {                                      // there is no parent so...
               return false;                          // ...the answer to the question is false
        };
};

?>
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Комментарии: ? ????????</title>
	<atom:link href="http://tdmayak.ru/sample-page/feed/" rel="self" type="application/rss+xml" />
	<link>https://tdmayak.ru</link>
	<description>??? ???? ???? ?? WordPress</description>
	<lastBuildDate>Sun, 27 Mar 2011 08:11:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
</channel>
</rss>
