<?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>
									Custom registration option - wpDiscuz Integration				            </title>
            <link>https://wpdiscuz.com/community/wpdiscuz-integration/custom-registration-option/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 06 Mar 2026 23:06:11 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Custom registration option</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/custom-registration-option/#post-3625</link>
                        <pubDate>Wed, 19 Aug 2020 09:24:12 +0000</pubDate>
                        <description><![CDATA[@byjillee,
You can use the hook provided below:
add_filter(&quot;wpdiscuz_login_link&quot;, function ($login) {	return $login . &quot; or &lt;a href=&#039;your_custom_registration_link&#039;&gt; register&lt;/a&gt;...]]></description>
                        <content:encoded><![CDATA[<p>@byjillee,</p>
<p>You can use the hook provided below:</p>
<pre class="c-mrkdwn__pre" data-stringify-type="pre">add_filter("wpdiscuz_login_link", function ($login) {<br />	return $login . " or &lt;a href='<span style="color: #ff0000">your_custom_registration_link</span>'&gt; register&lt;/a&gt;" ;<br />});</pre>
<p><span>Put this hook code in the WordPress active theme </span><span>functions.php</span><span> file (</span><a href="https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/" target="true" rel="nofollow">more information how to add insert custom code</a><span>):</span></p>
<p>Don't forget to change the <span style="color: #ff0000">red</span> marked value, before using.</p>
<p>In this case you'll see the "login or register" phrase (with appropriate links) above the comment form.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/custom-registration-option/#post-3625</guid>
                    </item>
				                    <item>
                        <title>RE: Custom registration option</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/custom-registration-option/#post-3620</link>
                        <pubDate>Wed, 19 Aug 2020 04:06:40 +0000</pubDate>
                        <description><![CDATA[@asti
Thanks for your response, but I&#039;m looking for a way to customize the Register link, I&#039;ve already updated the Login link.]]></description>
                        <content:encoded><![CDATA[<p>@asti</p>
<p>Thanks for your response, but I'm looking for a way to customize the Register link, I've already updated the Login link.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>byjillee</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/custom-registration-option/#post-3620</guid>
                    </item>
				                    <item>
                        <title>RE: Custom registration option</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/custom-registration-option/#post-3313</link>
                        <pubDate>Thu, 06 Aug 2020 08:03:48 +0000</pubDate>
                        <description><![CDATA[Hi @byjillee,
Please read this FAQ:]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@byjillee,</span></p>
<p>Please read this FAQ: <a href="https://wpdiscuz.com/community/f-a-q/change-login-url/">https://wpdiscuz.com/community/f-a-q/change-login-url/</a></p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/custom-registration-option/#post-3313</guid>
                    </item>
				                    <item>
                        <title>Custom registration option</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/custom-registration-option/#post-3287</link>
                        <pubDate>Mon, 03 Aug 2020 21:58:39 +0000</pubDate>
                        <description><![CDATA[Hi, I&#039;d like to require readers register as a free member on my site before they can leave a comment, do you have an option that would allow me to add a custom registration link that would t...]]></description>
                        <content:encoded><![CDATA[<p>Hi, I'd like to require readers register as a free member on my site before they can leave a comment, do you have an option that would allow me to add a custom registration link that would take them to my account registration page?&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>byjillee</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/custom-registration-option/#post-3287</guid>
                    </item>
							        </channel>
        </rss>
		