<?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>
									WP Discuz comment not working with Brizy Builder - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/wp-discuz-comment-not-working-with-brizy-builder/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 19 Aug 2026 02:48:49 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: WP Discuz comment not working with Brizy Builder</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/wp-discuz-comment-not-working-with-brizy-builder/#post-4214</link>
                        <pubDate>Wed, 16 Sep 2020 11:21:47 +0000</pubDate>
                        <description><![CDATA[Hi @sushant,
Please put the code in the current active theme functions.php file: 
function my_wpdiscuz_shortcode() {    $html = &quot;&quot;;    if (file_exists(ABSPATH . &quot;wp-content/plugins/wpdiscu...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@sushant,</span></p>
<p>Please put the code in the current active theme functions.php file: </p>
<pre><span>function my_wpdiscuz_shortcode() {</span><br /><span>    $html = "";</span><br /><span>    if (file_exists(ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php")) {</span><br /><span>        ob_start();</span><br /><span>        include_once ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php";</span><br /><span>        $html = ob_get_clean();<br /></span><span>    }</span><br /><span>    return $html;</span><br /><span>}<br /></span><span class="c-mrkdwn__br" data-stringify-type="paragraph-break"></span><span>add_shortcode("wpdiscuz_comments", "my_wpdiscuz_shortcode");</span></pre>
<p>Then put the shortcode in post content:</p>
<p><code></code></p>
<p>If you need to use shortcode in theme files add it with do_shortcode function:</p>
<pre><code>&lt;?php
   echo do_shortcode("");
?&gt;</code></pre>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/wp-discuz-comment-not-working-with-brizy-builder/#post-4214</guid>
                    </item>
				                    <item>
                        <title>WP Discuz comment not working with Brizy Builder</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/wp-discuz-comment-not-working-with-brizy-builder/#post-4209</link>
                        <pubDate>Wed, 16 Sep 2020 09:31:05 +0000</pubDate>
                        <description><![CDATA[Hi,
I&#039;m using the free version for Brizy.
My plugins are all updated to the latest versions. 

I completed the setup for wpdiscuz
Then I added the shortcode to the page where I want the...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>I'm using the free version for Brizy.</p>
<p>My plugins are all updated to the latest versions. </p>
<ol>
<li>I completed the setup for wpdiscuz</li>
<li>Then I added the shortcode to the page where I want the plugin to be. </li>
<li>I also 'turned on" the comments for the page where I added the plugin,</li>
</ol>
<p>Still, can't see the plugin, instead I see the text for the shortcode, see <a href="https://changeoftomorrow.com/blogs/may-2020/do-you-love-your-childhood/" target="_blank" rel="noopener">here</a> </p>
<p>I used another short-code for a different plugin, and it worked, but not for Wpdiscuz. </p>
<p>Let me know what went wrong and how can this be fixed. </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>sushant</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/wp-discuz-comment-not-working-with-brizy-builder/#post-4209</guid>
                    </item>
							        </channel>
        </rss>
		