<?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 Comments on Portfolio items</title>
		<link>http://www.kriesi.at/support/topic/removing-comments-on-portfolio-items</link>
		<description>Support Forum - Topic: Removing Comments on Portfolio items</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 20:42:14 +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-comments-on-portfolio-items" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Removing Comments on Portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/removing-comments-on-portfolio-items#post-12371</link>
			<pubDate>Fri, 04 Feb 2011 11:50:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Removing Comments on Portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/removing-comments-on-portfolio-items#post-12369</link>
			<pubDate>Fri, 04 Feb 2011 11:45:30 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">12369@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi dude,&#60;/p&#62;
&#60;p&#62;Yes that's just perfect ... thanks again for your quick support!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing Comments on Portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/removing-comments-on-portfolio-items#post-12366</link>
			<pubDate>Fri, 04 Feb 2011 11:18:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12366@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'm sorry, I used the wrong theme :) - I updated the instructions above...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Removing Comments on Portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/removing-comments-on-portfolio-items#post-12365</link>
			<pubDate>Fri, 04 Feb 2011 10:53:21 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">12365@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dude,&#60;/p&#62;
&#60;p&#62;I cannot find the code in the single.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- If comments are closed. --&#38;gt;
&#38;lt;span class=&#38;quot;meta&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Comments are closed.&#38;#39;,&#38;#39;avisio&#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The goal is to remove the message 'Comments are closed or 1 Comment etc...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing Comments on Portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/removing-comments-on-portfolio-items#post-12279</link>
			<pubDate>Thu, 03 Feb 2011 09:31:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
replace following code in single.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;comments&#38;quot;&#38;gt;&#38;lt;?php comments_popup_link(__(&#38;#39;No Comments&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;1 Comment&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;% Comments&#38;#39;,&#38;#39;avisio&#38;#39;)); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if( get_post_type() != &#38;#39;portfolio&#38;#39; ) {?&#38;gt;
&#38;lt;span class=&#38;quot;comments&#38;quot;&#38;gt;&#38;lt;?php comments_popup_link(__(&#38;#39;No Comments&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;1 Comment&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;% Comments&#38;#39;,&#38;#39;avisio&#38;#39;)); ?&#38;gt;&#38;lt;/span&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jawes on "Removing Comments on Portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/removing-comments-on-portfolio-items#post-12244</link>
			<pubDate>Wed, 02 Feb 2011 20:22:40 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">12244@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I tried to find the code which shows the messages 'Comments are closed' or other messages for the portfolio items.&#60;br /&#62;
As I am not going to use the comments functionality on the portfolio.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
