<?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: How to have comments on PAGES?</title>
		<link>http://www.kriesi.at/support/topic/how-to-have-comments-on-pages</link>
		<description>Support Forum - Topic: How to have comments on PAGES?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 09:59:35 +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/how-to-have-comments-on-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How to have comments on PAGES?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-have-comments-on-pages#post-80859</link>
			<pubDate>Wed, 24 Oct 2012 09:21:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to have comments on PAGES?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-have-comments-on-pages#post-80848</link>
			<pubDate>Wed, 24 Oct 2012 08:13:53 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80848@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm very sorry, Devin, it works - I have just looked at my wrong site/theme, because I currently run - and work at - a blog with CORONA, one with VELVET and one with NEWSCAST, guess it was too late at night :-(&#60;br /&#62;
Sorry, but it works very fine with CORONA! Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to have comments on PAGES?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-have-comments-on-pages#post-80832</link>
			<pubDate>Wed, 24 Oct 2012 01:45:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80832@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It worked on my end when I tested it just now so I'm not sure what else to do. Make sure the page in question isn't using a dynamic template as it will not work on those pages because of the way they are constructed. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to have comments on PAGES?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-have-comments-on-pages#post-80793</link>
			<pubDate>Tue, 23 Oct 2012 16:52:39 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80793@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, Devin, but I see no comment form at all at those pages, where I have &#34;allowed comments&#34; in the page's settings.&#60;/p&#62;
&#60;p&#62;What need I to do further?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to have comments on PAGES?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-have-comments-on-pages#post-80786</link>
			<pubDate>Tue, 23 Oct 2012 16:34:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80786@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;In the page.php of your theme files you need to replace:&#60;br /&#62;
&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;page&#38;#39; );&#60;/code&#62;&#60;br /&#62;
with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;page&#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;
&#60;p&#62;There may need to be some css adjusting depending on the output since it has only been coded to work on posts but it most likely won't be much.&#60;/p&#62;
&#60;p&#62;Additionally, this will not work on any pages using dynamic templates since those pages are loaded and created completely different.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to have comments on PAGES?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-have-comments-on-pages#post-80720</link>
			<pubDate>Tue, 23 Oct 2012 07:21:33 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80720@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've openend comments for certain &#60;strong&#62;pages&#60;/strong&#62;, but in the frontend, there is no comment form shown.&#60;/p&#62;
&#60;p&#62;How can I have &#60;strong&#62;comments on pages&#60;/strong&#62;, too?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
