<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Display &quot;Leave a Reply&quot; Comment Header - Frequently Asked Questions				            </title>
            <link>https://wpdiscuz.com/community/f-a-q/display-leave-a-reply-comment-header/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 11 Aug 2026 05:07:18 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Display &quot;Leave a Reply&quot; Comment Header</title>
                        <link>https://wpdiscuz.com/community/f-a-q/display-leave-a-reply-comment-header/#post-982</link>
                        <pubDate>Sat, 30 May 2020 12:57:37 +0000</pubDate>
                        <description><![CDATA[In the wpDiscuz 7 version, we&#039;ve removed the regular header.
The comment title is located under the comment form on the top of all comments with comment filtering and ordering buttons:

 ...]]></description>
                        <content:encoded><![CDATA[<p>In the wpDiscuz 7 version, we've removed the regular header.</p>
<p>The comment title is located under the comment form on the top of all comments with comment filtering and ordering buttons:</p>
101
<p> </p>
<p>However, you can add it back very easy, putting this hook code in the WordPress active theme <span style="color: #3366ff">functions.php</span> file (<a href="https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/" target="true">more information how to add insert custom code</a>):</p>
<pre contenteditable="false"><span>add_action</span>(<span>'wpdiscuz_comment_form_before'</span><span>, </span><span>function</span>() <span>{<br /></span><span>   </span><span>echo </span><span>'&lt;h3 style="max-width: 750px;margin: 0px auto;"&gt;' </span><span>. </span><span>__</span>(<span>'Leave a Reply'</span><span>, </span><span>'wpdiscuz'</span>) <span>. </span><span>'&lt;/h3&gt;'</span><span>;<br /></span><span>}</span>)<span>;</span></pre>
<p>Related topics: </p>
<ul>
<li>https://wpdiscuz.com/community/troubleshooting/css-styling-help/</li>
<li>https://wpdiscuz.com/community/troubleshooting/how-do-add-the-header-or-hide-the-form/</li>
</ul>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/f-a-q/">Frequently Asked Questions</category>                        <dc:creator>Tom</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/f-a-q/display-leave-a-reply-comment-header/#post-982</guid>
                    </item>
							        </channel>
        </rss>
		