<?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: Removing the comment count, under date on blog posts</title>
		<link>http://www.kriesi.at/support/topic/removing-the-comment-count-under-date-on-blog-posts</link>
		<description>Support Forum - Topic: Removing the comment count, under date on blog posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 00:17:10 +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/removing-the-comment-count-under-date-on-blog-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Removing the comment count, under date on blog posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-comment-count-under-date-on-blog-posts#post-22625</link>
			<pubDate>Tue, 12 Jul 2011 21:48:38 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22625@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad I could help :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Frank on "Removing the comment count, under date on blog posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-comment-count-under-date-on-blog-posts#post-22614</link>
			<pubDate>Tue, 12 Jul 2011 20:24:19 +0000</pubDate>
			<dc:creator>Frank</dc:creator>
			<guid isPermaLink="false">22614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Removing the comment count, under date on blog posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-comment-count-under-date-on-blog-posts#post-22610</link>
			<pubDate>Tue, 12 Jul 2011 19:53:28 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22610@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can do the same for loop-archive.php, apply on line 29 through 33.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;comment-container&#38;#39;&#38;gt;&#38;lt;?php comments_popup_link(&#38;quot;&#38;lt;strong&#38;gt;0&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;), &#38;quot;&#38;lt;strong&#38;gt;1&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;),
																			  &#38;quot;&#38;lt;strong&#38;gt;%&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;),&#38;#39;comments-link&#38;#39;,
																			  &#38;quot;&#38;lt;strong&#38;gt;&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;lt;br/&#38;gt;Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)
																			  ); ?&#38;gt;
					&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Frank on "Removing the comment count, under date on blog posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-comment-count-under-date-on-blog-posts#post-22585</link>
			<pubDate>Tue, 12 Jul 2011 16:39:25 +0000</pubDate>
			<dc:creator>Frank</dc:creator>
			<guid isPermaLink="false">22585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, that took it out from the blog page (posts listings) but not in the blog post itself. Any idea?&#60;/p&#62;
&#60;p&#62;Thanks again for great support
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Removing the comment count, under date on blog posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-comment-count-under-date-on-blog-posts#post-22579</link>
			<pubDate>Tue, 12 Jul 2011 16:26:21 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can remove this by going in loop-index.php and removing line 29 to 33.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;comment-container&#38;#39;&#38;gt;&#38;lt;?php comments_popup_link(&#38;quot;&#38;lt;strong&#38;gt;0&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;), &#38;quot;&#38;lt;strong&#38;gt;1&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;),
																			  &#38;quot;&#38;lt;strong&#38;gt;%&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;),&#38;#39;comments-link&#38;#39;,
																			  &#38;quot;&#38;lt;strong&#38;gt;&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;lt;br/&#38;gt;Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)
																			  ); ?&#38;gt;
																		&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you are uncertain you can put &#34; &#38;lt;!-- &#34; in front of it and &#34; --&#38;gt; &#34; behind it. This will ensure your code isn't lost, but it wont be run.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Frank on "Removing the comment count, under date on blog posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-comment-count-under-date-on-blog-posts#post-22574</link>
			<pubDate>Tue, 12 Jul 2011 14:17:18 +0000</pubDate>
			<dc:creator>Frank</dc:creator>
			<guid isPermaLink="false">22574@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, i want to remove that comment count, right under the post date on the top left. I found a thread here saying to remove a bit of code in loop-index, but without success.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
