<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: rename comments field</title>
		<link>http://www.themolitor.com/forums/topic/rename-comments-field</link>
		<description>THE MOLITOR FORUMS &#187; Topic: rename comments field</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 01:02:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/rename-comments-field" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "rename comments field"</title>
			<link>http://www.themolitor.com/forums/topic/rename-comments-field#post-40391</link>
			<pubDate>Mon, 17 Oct 2016 09:38:39 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">40391@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>If you want to edit the comment form, you need to alter the WordPress function to do so. The comment field is generated in "comments.php" and located on lines 26-30...</p>
<pre><code>$comments_args = array(
	&#039;comment_notes_after&#039; =&#62; &#039;&#039;, // remove &#34;Text or HTML to be displayed after the set of comment fields&#34;
	&#039;comment_field&#039; =&#62; &#039;&#60;p&#62;&#60;textarea name=&#34;comment&#34; id=&#34;comment&#34; cols=&#34;100%&#34; rows=&#34;10&#34; tabindex=&#34;4&#34;&#62;&#60;/textarea&#62;&#60;/p&#62;&#039; // redefine your own textarea (the comment body)
);
comment_form($comments_args);</code></pre>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>tapdevice on "rename comments field"</title>
			<link>http://www.themolitor.com/forums/topic/rename-comments-field#post-40380</link>
			<pubDate>Sun, 16 Oct 2016 09:52:21 +0000</pubDate>
			<dc:creator>tapdevice</dc:creator>
			<guid isPermaLink="false">40380@http://www.themolitor.com/forums/</guid>
			<description><p>Hey i would like to know how can i rename "LEAVE A REPLY " and also " Your email address will not be published." </p>
<p>I have disabled comments on every page/ post except one page where people can review </p>
<p>i would like to change it to </p>
<p>LEAVE A REPLY &#62; What do you think about our service<br />
Your email address will not be published &#62; Email address field is optional </p>
<p>i am not able to find the php file to edit these comments<br />
please help
</p></description>
		</item>

	</channel>
</rss>
