<?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: Comments missing on portfolio item</title>
		<link>http://www.kriesi.at/support/topic/comments-missing-on-portfolio-item</link>
		<description>Support Forum - Topic: Comments missing on portfolio item</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 03:54:40 +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/comments-missing-on-portfolio-item" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Comments missing on portfolio item"</title>
			<link>http://www.kriesi.at/support/topic/comments-missing-on-portfolio-item#post-65407</link>
			<pubDate>Fri, 13 Jul 2012 10:57:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">65407@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad that is fixed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larsdaniel on "Comments missing on portfolio item"</title>
			<link>http://www.kriesi.at/support/topic/comments-missing-on-portfolio-item#post-65406</link>
			<pubDate>Fri, 13 Jul 2012 10:50:44 +0000</pubDate>
			<dc:creator>larsdaniel</dc:creator>
			<guid isPermaLink="false">65406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No worries, I found it.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larsdaniel on "Comments missing on portfolio item"</title>
			<link>http://www.kriesi.at/support/topic/comments-missing-on-portfolio-item#post-65403</link>
			<pubDate>Fri, 13 Jul 2012 10:29:44 +0000</pubDate>
			<dc:creator>larsdaniel</dc:creator>
			<guid isPermaLink="false">65403@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That´s it :-)&#60;/p&#62;
&#60;p&#62;Now while we at it, can you tell me how I revove the part under the comment field that looks like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;You may use these HTML tags and attributes:
&#38;lt;a href=&#38;quot;&#38;quot; title=&#38;quot;&#38;quot;&#38;gt; &#38;lt;abbr title=&#38;quot;&#38;quot;&#38;gt; &#38;lt;acronym title=&#38;quot;&#38;quot;&#38;gt; &#38;lt;b&#38;gt; &#38;lt;blockquote cite=&#38;quot;&#38;quot;&#38;gt; &#38;lt;cite&#38;gt; &#38;lt;code&#38;gt; &#38;lt;del datetime=&#38;quot;&#38;quot;&#38;gt; &#38;lt;em&#38;gt; &#38;lt;i&#38;gt; &#38;lt;q cite=&#38;quot;&#38;quot;&#38;gt; &#38;lt;strike&#38;gt; &#38;lt;strong&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dude on "Comments missing on portfolio item"</title>
			<link>http://www.kriesi.at/support/topic/comments-missing-on-portfolio-item#post-65375</link>
			<pubDate>Fri, 13 Jul 2012 06:20:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">65375@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yep - forgot to mention that :)&#60;br /&#62;
Open up single-portfolio.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//show related posts based on categories if there are any
				get_template_part( &#38;#39;includes/related-posts&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//show related posts based on categories if there are any
				get_template_part( &#38;#39;includes/related-posts&#38;#39; );

					//wordpress function that loads the comments template &#38;quot;comments.php&#38;quot;
					comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>larsdaniel on "Comments missing on portfolio item"</title>
			<link>http://www.kriesi.at/support/topic/comments-missing-on-portfolio-item#post-65155</link>
			<pubDate>Thu, 12 Jul 2012 08:33:32 +0000</pubDate>
			<dc:creator>larsdaniel</dc:creator>
			<guid isPermaLink="false">65155@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, thanks, but that only gave me the number of comments in the meta info. I would like the comments to actually show below the portfolio item.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Comments missing on portfolio item"</title>
			<link>http://www.kriesi.at/support/topic/comments-missing-on-portfolio-item#post-65122</link>
			<pubDate>Thu, 12 Jul 2012 05:58:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">65122@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up includes/loop-portfolio-single.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;

&#38;lt;?php&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;
&#38;lt;?php 

						if(comments_open() &#124;&#124; get_comments_number())
						{
							echo &#38;quot;&#38;lt;span class=&#38;#39;comment-container minor-meta&#38;#39;&#38;gt;&#38;quot;;
							comments_popup_link(&#38;quot; &#38;lt;span&#38;gt;0 &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;1 &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;% &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,&#38;#39;comments-link&#38;#39;,
												__(&#38;#39;Comments Off&#38;#39;  ,&#38;#39;avia_framework&#38;#39;));
							echo &#38;quot;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;#39;text-sep comment-container-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;&#38;quot;;
						}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>larsdaniel on "Comments missing on portfolio item"</title>
			<link>http://www.kriesi.at/support/topic/comments-missing-on-portfolio-item#post-65059</link>
			<pubDate>Wed, 11 Jul 2012 20:27:31 +0000</pubDate>
			<dc:creator>larsdaniel</dc:creator>
			<guid isPermaLink="false">65059@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have checked the &#34;Allow Comments&#34; box for this portfolio item: &#60;a href=&#34;http://www.thevelvetroom.dk/portfolio-item/franny/&#34; rel=&#34;nofollow&#34;&#62;http://www.thevelvetroom.dk/portfolio-item/franny/&#60;/a&#62;&#60;br /&#62;
- but comments are not there.&#60;br /&#62;
How do I get them to appear?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
