<?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: is there a way to ADD COMENT FIELD to a page?</title>
		<link>http://www.kriesi.at/support/topic/is-there-a-way-to-add-coment-field-to-a-page</link>
		<description>Support Forum - Topic: is there a way to ADD COMENT FIELD to a page?</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 16:15:58 +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/is-there-a-way-to-add-coment-field-to-a-page" rel="self" type="application/rss+xml" />

		<item>
			<title>mefizto on "is there a way to ADD COMENT FIELD to a page?"</title>
			<link>http://www.kriesi.at/support/topic/is-there-a-way-to-add-coment-field-to-a-page#post-42635</link>
			<pubDate>Tue, 21 Feb 2012 04:15:24 +0000</pubDate>
			<dc:creator>mefizto</dc:creator>
			<guid isPermaLink="false">42635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks dude, i will try it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "is there a way to ADD COMENT FIELD to a page?"</title>
			<link>http://www.kriesi.at/support/topic/is-there-a-way-to-add-coment-field-to-a-page#post-41564</link>
			<pubDate>Tue, 14 Feb 2012 02:44:47 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">41564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; brobins, you can follow &#60;a href=&#34;http://www.kriesi.at/support/topic/comment-no-show-on-portfolio-post&#34;&#62;this topic's instructions&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brobins on "is there a way to ADD COMENT FIELD to a page?"</title>
			<link>http://www.kriesi.at/support/topic/is-there-a-way-to-add-coment-field-to-a-page#post-41443</link>
			<pubDate>Mon, 13 Feb 2012 13:56:06 +0000</pubDate>
			<dc:creator>brobins</dc:creator>
			<guid isPermaLink="false">41443@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Is it possible to turn on the comments for Portfolio Entries rather than Page Posts?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "is there a way to ADD COMENT FIELD to a page?"</title>
			<link>http://www.kriesi.at/support/topic/is-there-a-way-to-add-coment-field-to-a-page#post-41390</link>
			<pubDate>Mon, 13 Feb 2012 07:02:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">41390@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use the is_page conditional tag: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/is_page&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/is_page&#60;/a&#62; if you'd like to show the comments on a certain page (id) only.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mefizto on "is there a way to ADD COMENT FIELD to a page?"</title>
			<link>http://www.kriesi.at/support/topic/is-there-a-way-to-add-coment-field-to-a-page#post-41362</link>
			<pubDate>Sun, 12 Feb 2012 21:52:44 +0000</pubDate>
			<dc:creator>mefizto</dc:creator>
			<guid isPermaLink="false">41362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you so much for the info, I this will work great, but i forgot to mention that i only need it on ONE particular page, not in all of our pages in the site,&#60;br /&#62;
is there a way to turn this feature on only for one page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "is there a way to ADD COMENT FIELD to a page?"</title>
			<link>http://www.kriesi.at/support/topic/is-there-a-way-to-add-coment-field-to-a-page#post-41309</link>
			<pubDate>Sun, 12 Feb 2012 11:06:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">41309@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up page.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;page&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#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;</description>
		</item>
		<item>
			<title>mefizto on "is there a way to ADD COMENT FIELD to a page?"</title>
			<link>http://www.kriesi.at/support/topic/is-there-a-way-to-add-coment-field-to-a-page#post-41253</link>
			<pubDate>Sun, 12 Feb 2012 00:39:28 +0000</pubDate>
			<dc:creator>mefizto</dc:creator>
			<guid isPermaLink="false">41253@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to add the COMMENT area to regular page post (not just the blog)&#60;br /&#62;
so people can post comments in the individual pages.&#60;/p&#62;
&#60;p&#62;is this possible?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
