<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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>WordPress Themes Support Forums - FThemes.com &#187; Topic: How to edit/remove &#34;No Comments&#34; on homepage? (using DotNews)</title>
		<link>http://fthemes.com/forum/topic.php?id=108</link>
		<description>FThemes.com Support Forums and community</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 15:36:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://fthemes.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://fthemes.com/forum/rss.php?topic=108" rel="self" type="application/rss+xml" />

		<item>
			<title>robwasripped on "How to edit/remove &#34;No Comments&#34; on homepage? (using DotNews)"</title>
			<link>http://fthemes.com/forum/topic.php?id=108#post-313</link>
			<pubDate>Tue, 19 Apr 2011 17:39:53 +0000</pubDate>
			<dc:creator>robwasripped</dc:creator>
			<guid isPermaLink="false">313@http://fthemes.com/forum/</guid>
			<description>&#60;p&#62;To delete the &#34;no comments&#34; on the post's page, do the following:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;From the the &#34;editor&#34; in &#34;appearances&#34;, click &#34;single Post&#34; on the right
&#60;/li&#62;
&#60;li&#62;find and delete the following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(comments_open( get_the_ID() ))  {
                                ?&#38;gt;   &#38;lt;span class=&#38;quot;meta_comments&#38;quot;&#38;gt;&#38;lt;?php comments_popup_link( __( &#38;#39;No Comment&#38;#39;, &#38;#39;themater&#38;#39; ), __( &#38;#39;1 Comment&#38;#39;, &#38;#39;themater&#38;#39; ), __( &#38;#39;% Comments&#38;#39;, &#38;#39;themater&#38;#39; ) ); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;?php
                            }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;note: DO NOT delete the code&#60;code&#62;&#38;lt;?php&#60;/code&#62; that appears before the code above&#60;/strong&#62;
&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;To change what the text says, do the following:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;From the the &#34;editor&#34; in &#34;appearances&#34;, click &#34;single Post&#34; on the right
&#60;/li&#62;
&#60;li&#62;Find the following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php comments_popup_link( __( &#38;#39;No comments&#38;#39;, &#38;#39;themater&#38;#39; ), __( &#38;#39;1 Comment&#38;#39;, &#38;#39;themater&#38;#39; ), __( &#38;#39;% Comments&#38;#39;, &#38;#39;themater&#38;#39; ) ); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;?php
                            }&#60;/code&#62;&#60;/pre&#62;
&#60;ul&#62;
&#60;li&#62;&#60;code&#62;&#38;#39;No comments&#38;#39;&#60;/code&#62; - Text shown when there are no comments. Delete text to (leaving quote marks) to show no text
&#60;/li&#62;
&#60;li&#62;&#60;code&#62;&#38;#39;1 Comment&#38;#39;&#60;/code&#62; - Text shown when there is one comment
&#60;/li&#62;
&#60;li&#62;&#60;code&#62;&#38;#39;% Comments&#38;#39;&#60;/code&#62; - Text shown when there are multiple comments. The &#34;%&#34; sign is replaced by the number of comments.
&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;Hope that helps! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>1337sauce on "How to edit/remove &#34;No Comments&#34; on homepage? (using DotNews)"</title>
			<link>http://fthemes.com/forum/topic.php?id=108#post-312</link>
			<pubDate>Tue, 19 Apr 2011 16:22:19 +0000</pubDate>
			<dc:creator>1337sauce</dc:creator>
			<guid isPermaLink="false">312@http://fthemes.com/forum/</guid>
			<description>&#60;p&#62;Also, how do you change the &#34;no comments&#34; text on the single post pages? I don't see it in loop.php anywhere. Thank again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>1337sauce on "How to edit/remove &#34;No Comments&#34; on homepage? (using DotNews)"</title>
			<link>http://fthemes.com/forum/topic.php?id=108#post-311</link>
			<pubDate>Tue, 19 Apr 2011 15:30:38 +0000</pubDate>
			<dc:creator>1337sauce</dc:creator>
			<guid isPermaLink="false">311@http://fthemes.com/forum/</guid>
			<description>&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robwasripped on "How to edit/remove &#34;No Comments&#34; on homepage? (using DotNews)"</title>
			<link>http://fthemes.com/forum/topic.php?id=108#post-308</link>
			<pubDate>Tue, 19 Apr 2011 15:09:48 +0000</pubDate>
			<dc:creator>robwasripped</dc:creator>
			<guid isPermaLink="false">308@http://fthemes.com/forum/</guid>
			<description>&#60;ol&#62;
&#60;li&#62;From the admin panel, select &#34;editor&#34; under &#34;appearance&#34;
&#60;/li&#62;
&#60;li&#62;on the right, click &#34;loop.php&#34;
&#60;/li&#62;
&#60;li&#62; Find and delete the following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if(comments_open( get_the_ID() ))  {
                        ?&#38;gt; &#38;amp;nbsp; &#38;lt;span class=&#38;quot;meta_comments&#38;quot;&#38;gt;&#38;lt;?php comments_popup_link( __( &#38;#39;No comments&#38;#39;, &#38;#39;themater&#38;#39; ), __( &#38;#39;1 Comment&#38;#39;, &#38;#39;themater&#38;#39; ), __( &#38;#39;% Comments&#38;#39;, &#38;#39;themater&#38;#39; ) ); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;?php
                    }
                    ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;/li&#62;
&#60;/ol&#62;</description>
		</item>
		<item>
			<title>1337sauce on "How to edit/remove &#34;No Comments&#34; on homepage? (using DotNews)"</title>
			<link>http://fthemes.com/forum/topic.php?id=108#post-306</link>
			<pubDate>Tue, 19 Apr 2011 14:17:24 +0000</pubDate>
			<dc:creator>1337sauce</dc:creator>
			<guid isPermaLink="false">306@http://fthemes.com/forum/</guid>
			<description>&#60;p&#62;DotNews.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robwasripped on "How to edit/remove &#34;No Comments&#34; on homepage? (using DotNews)"</title>
			<link>http://fthemes.com/forum/topic.php?id=108#post-304</link>
			<pubDate>Tue, 19 Apr 2011 12:34:12 +0000</pubDate>
			<dc:creator>robwasripped</dc:creator>
			<guid isPermaLink="false">304@http://fthemes.com/forum/</guid>
			<description>&#60;p&#62;Which theme are you using?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>1337sauce on "How to edit/remove &#34;No Comments&#34; on homepage? (using DotNews)"</title>
			<link>http://fthemes.com/forum/topic.php?id=108#post-303</link>
			<pubDate>Tue, 19 Apr 2011 00:44:45 +0000</pubDate>
			<dc:creator>1337sauce</dc:creator>
			<guid isPermaLink="false">303@http://fthemes.com/forum/</guid>
			<description>&#60;p&#62;How do you edit or remove the &#34;No Comments&#34; link in each of the little post previews below the &#34;Featured Posts&#34; area? I can't seem to find it in any of the PHP files. Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
