<?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>
									Comments title - wpDiscuz				            </title>
            <link>https://gvectors.com/forum/wpdiscuz-comment-plugin-support/comments-title/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Apr 2026 07:12:51 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Comments title</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-plugin-support/comments-title/#post-22216</link>
                        <pubDate>Sat, 18 Apr 2020 14:29:45 +0000</pubDate>
                        <description><![CDATA[@astghik Super! Thank you for your help!]]></description>
                        <content:encoded><![CDATA[<p>@astghik Super! Thank you for your help!</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-plugin-support/">wpDiscuz</category>                        <dc:creator>Magdalena</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-plugin-support/comments-title/#post-22216</guid>
                    </item>
				                    <item>
                        <title>RE: Comments title</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-plugin-support/comments-title/#post-22215</link>
                        <pubDate>Sat, 18 Apr 2020 14:24:13 +0000</pubDate>
                        <description><![CDATA[Hi @magdalena,
You can use one of the following hooks:

comment_main_form_after_head
comment_form_top
wpdiscuz_comment_form_top
comment_form_before
wpdiscuz_comment_form_before

The...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@magdalena,</span></p>
<p>You can use one of the following hooks:</p>
<ul>
<li>comment_main_form_after_head</li>
<li>comment_form_top</li>
<li>wpdiscuz_comment_form_top</li>
<li>comment_form_before</li>
<li>wpdiscuz_comment_form_before</li>
</ul>
<p>The example is provided below:</p>
<pre>add_action("comment_main_form_after_head", function () { <br />    echo "Custom Message"; <br />});</pre>
<p>The code should be added in your active theme <span style="color: #000080"><em><strong>functions.php</strong></em></span> file.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-plugin-support/">wpDiscuz</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-plugin-support/comments-title/#post-22215</guid>
                    </item>
				                    <item>
                        <title>Comments title</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-plugin-support/comments-title/#post-22211</link>
                        <pubDate>Sat, 18 Apr 2020 13:33:51 +0000</pubDate>
                        <description><![CDATA[Hi there, how can I add a comment title/wording to wpDiscuz]]></description>
                        <content:encoded><![CDATA[<p>Hi there, how can I add a comment title/wording to wpDiscuz</p>
4310
<p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-plugin-support/">wpDiscuz</category>                        <dc:creator>Magdalena</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-plugin-support/comments-title/#post-22211</guid>
                    </item>
							        </channel>
        </rss>
		