<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: How to remove comments part in each single post</title>
		<link>http://www.kriesi.at/support/topic/how-to-remove-comments-part-in-each-single-post</link>
		<description>Support Forum - Topic: How to remove comments part in each single post</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 20:33:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-to-remove-comments-part-in-each-single-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How to remove comments part in each single post"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-part-in-each-single-post#post-71112</link>
			<pubDate>Wed, 15 Aug 2012 05:50:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi antoniocansi,&#60;/p&#62;
&#60;p&#62;Glad that I could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniocansinos on "How to remove comments part in each single post"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-part-in-each-single-post#post-71058</link>
			<pubDate>Tue, 14 Aug 2012 21:47:21 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">71058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to remove comments part in each single post"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-part-in-each-single-post#post-70902</link>
			<pubDate>Tue, 14 Aug 2012 05:43:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70902@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi antoniocansi,&#60;/p&#62;
&#60;p&#62;Sorry about that, I edited my statement above. It should be &#34;replace it with this code&#34; not &#34;find this line of code&#34;, just check the post above and I apologize for my mistake.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniocansinos on "How to remove comments part in each single post"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-part-in-each-single-post#post-70866</link>
			<pubDate>Mon, 13 Aug 2012 21:04:54 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">70866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And to erase both? Rirgh?&#60;/p&#62;
&#60;p&#62;And thank you for response quikly!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniocansinos on "How to remove comments part in each single post"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-part-in-each-single-post#post-70865</link>
			<pubDate>Mon, 13 Aug 2012 21:03:49 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">70865@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And to erase both? Rirgh?&#60;/p&#62;
&#60;p&#62;And thank you for response quikly!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to remove comments part in each single post"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-part-in-each-single-post#post-70721</link>
			<pubDate>Mon, 13 Aug 2012 04:55:13 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70721@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi antoniocansin,&#60;/p&#62;
&#60;p&#62;Kindly open wp-content/themes/newscast/single.php and find this line of code (line 101):&#60;br /&#62;
&#60;code&#62;&#38;lt;?php comments_template(); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
and replace it with this code:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php //comments_template(); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniocansinos on "How to remove comments part in each single post"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-part-in-each-single-post#post-70704</link>
			<pubDate>Sun, 12 Aug 2012 22:50:55 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">70704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I´m trying to remove the comment part. I don´t want to use it because I think really nobody uses that. I have probelems to do it, I was trying to remove the part in the code, in Single Post.php&#60;/p&#62;
&#60;p&#62;I was terrifying, it´s difficult. The page generated problems and I couldn´t.&#60;/p&#62;
&#60;p&#62;Any suggestion?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
