<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Portfolio pages with comments</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/feed/</link>
		<description></description>
		<pubDate>Thu, 21 May 2026 03:38:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-26673</guid>
					<title><![CDATA[Portfolio pages with comments]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-26673</link>
					<pubDate>Wed, 27 Jan 2016 13:41:43 +0000</pubDate>
					<dc:creator>s4d</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,<br />
the Problem:<br />
How can I add user comments under the Portfolio Template / Sites ?</p>
<p>This i did<br />
You first need to enable comments for the custom post type internally, edit your \wp-content\plugins\fortuna_portfolio_cpt\fortuna_portfolio_cpt.php</p>
<p>and mod this:</p>
<p>&#8216;supports&#8217; =&gt; array(&#8216;title&#8217;, &#8216;editor&#8217;, &#8216;thumbnail&#8217;),<br />
to this:</p>
<p>&#8216;supports&#8217; =&gt; array(&#8216;title&#8217;, &#8216;editor&#8217;, &#8216;thumbnail&#8217;, &#8216;comments&#8217;),<br />
Then what you have left is add the code that adds the comments template to your portfolio template you are using, for example: \wp-content\themes\fortuna\single-portfolio.php</p>
<p>Then:<br />
Portfolio Page Option Empty</p>
<p>/wp-content/themes/fortuna/single-portfolio_empty.php</p>
<p>&lt;?php<br />
/**<br />
 * Template Name Posts: Portfolio Empty Page<br />
 */</p>
<p>get_header(); ?&gt;</p>
<p>	&lt;div class=&#8221;container&#8221;&gt;<br />
		&lt;div class=&#8221;post_content section portfolio_page&#8221;&gt;<br />
		&lt;?php while(have_posts()): the_post(); ?&gt;</p>
<p>			&lt;div id=&#8221;post-&lt;?php the_ID(); ?&gt;&#8221; &lt;?php post_class(); ?&gt;&gt;<br />
				&lt;?php the_content(); ?&gt;<br />
			&lt;/div&gt;</p>
<p>		&lt;?php endwhile; // END LOOP ?&gt;<br />
		&lt;/div&gt;<br />
	&lt;/div&gt;</p>
<p>	&lt;?php get_template_part(&#8216;includes/related_portfolio_items_inc&#8217;); ?&gt;</p>
<p>&lt;?php get_footer(); ?&gt;<br />
 &lt;?php<br />
$show_page_comments    = ot_get_option(&#8216;show_page_comments&#8217;,'off&#8217;) == &#8216;on&#8217;;<br />
if($show_page_comments) {<br />
    comments_template(&#8221;, true);<br />
}<br />
?&gt;</p>
<p>This is the Site: <a href="http://casida.de/portfolio_item/regular-portfolio-item/" rel="nofollow">http://casida.de/portfolio_item/regular-portfolio-item/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-26677</guid>
					<title><![CDATA[Reply To: Portfolio pages with comments]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-26677</link>
					<pubDate>Wed, 27 Jan 2016 14:30:43 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Great, pls provide a temp user pass for us with sufficient rights so we can log in and see what&#8217;s going on and edit the files further if needed! (use  a private reply). <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-26683</guid>
					<title><![CDATA[Reply To: Portfolio pages with comments]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-26683</link>
					<pubDate>Wed, 27 Jan 2016 14:59:38 +0000</pubDate>
					<dc:creator>s4d</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-26690</guid>
					<title><![CDATA[Reply To: Portfolio pages with comments]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-26690</link>
					<pubDate>Wed, 27 Jan 2016 15:44:26 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You are good to go, the comments were OFF (at the bottom of editing your portfolio item)!</p>
<p>&#8220;Kommentare erlauben.&#8221; !!</p>
<p>I also moved the comments a bit up in the portfolio item template so they appear after the content. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>Have in mind this customization may get lost at theme update so you may want to make the change of the template in your child theme. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-29895</guid>
					<title><![CDATA[Reply To: Portfolio pages with comments]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-29895</link>
					<pubDate>Thu, 15 Sep 2016 08:12:25 +0000</pubDate>
					<dc:creator>s4d</dc:creator>

					<description>
						<![CDATA[
						<p>I updated my fortuna , but the comments are not displayed. </p>
<p> \wp-content\plugins\fortuna_portfolio_cpt\fortuna_portfolio_cpt.php<br />
‘supports’ =&gt; array(‘title’, ‘editor’, ‘thumbnail’, ‘comments’),<br />
is ok.</p>
<p>comments are on. </p>
<p>but when i add:</p>
<p>/wp-content/themes/fortuna/single-portfolio_empty.php</p>
<p>&lt;?php<br />
/**<br />
* Template Name Posts: Portfolio Empty Page<br />
*/</p>
<p>get_header(); ?&gt;</p>
<p>&lt;div class=”container”&gt;<br />
&lt;div class=”post_content section portfolio_page”&gt;<br />
&lt;?php while(have_posts()): the_post(); ?&gt;</p>
<p>&lt;div id=”post-&lt;?php the_ID(); ?&gt;” &lt;?php post_class(); ?&gt;&gt;<br />
&lt;?php the_content(); ?&gt;<br />
&lt;/div&gt;</p>
<p>&lt;?php endwhile; // END LOOP ?&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>&lt;?php get_template_part(‘includes/related_portfolio_items_inc’); ?&gt;</p>
<p>&lt;?php get_footer(); ?&gt;<br />
&lt;?php<br />
$show_page_comments = ot_get_option(‘show_page_comments’,&#8217;off’) == ‘on’;<br />
if($show_page_comments) {<br />
comments_template(”, true);<br />
}<br />
?&gt;</p>
<p>there is a error </p>
<p>Parse error: syntax error, unexpected &#8221;off’) == ‘on’; &#8216; (T_ENCAPSED_AND_WHITESPACE) in /www/htdocs/w0136f66/casida.de/wp-content/themes/fortuna/single-portfolio_empty.php on line 24</p>
<p>but i will add comments in the portfolio.<br />
has anybody an idea ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-29897</guid>
					<title><![CDATA[Reply To: Portfolio pages with comments]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-pages-with-comments/#post-29897</link>
					<pubDate>Thu, 15 Sep 2016 08:29:51 +0000</pubDate>
					<dc:creator>s4d</dc:creator>

					<description>
						<![CDATA[
						<p>i added<br />
&lt;?php if( comments_open() ) {<br />
            comments_template( &#8221;, true );<br />
    } ?&gt;<br />
&lt;/article&gt;</p>
<p>it works</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

