<?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>
									What&#039;s the “shortcode” for wpDiscuz to be used with Elementor free version ? - wpDiscuz Integration				            </title>
            <link>https://wpdiscuz.com/community/wpdiscuz-integration/whats-the-shortcode-for-wpdiscuz-to-be-used-with-elementor-free-version/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 16 Sep 2026 05:59:30 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: What&#039;s the “shortcode” for wpDiscuz to be used with Elementor free version ?</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/whats-the-shortcode-for-wpdiscuz-to-be-used-with-elementor-free-version/#post-20665</link>
                        <pubDate>Thu, 04 May 2023 12:11:38 +0000</pubDate>
                        <description><![CDATA[Hi @vikramvi,
Please follow the steps below: 
1.Put the following code in the active theme functions.php file:
function my_wpdiscuz_shortcode() {
    $html = &quot;&quot;;
    if (file_exists(ABS...]]></description>
                        <content:encoded><![CDATA[<p>Hi @vikramvi,</p>
<p>Please follow the steps below: </p>
<p>1.Put the following code in the active theme functions.php file:</p>
<pre contenteditable="false">function my_wpdiscuz_shortcode() {
    $html = "";
    if (file_exists(ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php")) {
        ob_start();
        include ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php";
        $html = ob_get_clean();
    }
    return $html;
}
add_shortcode("wpdiscuz_comments", "my_wpdiscuz_shortcode");</pre>
<p>2. Drag and drop the "Shortcode" element from the Elementor widget panel onto the page. Insert this shortcode: </p>
<pre contenteditable="false"></pre>
<p>3. Enable the comment form for the<span> </span><a href="https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/manage-comment-forms/comment-form-settings/#post-types" target="_blank" rel="noopener">current post type</a>. </p>
<p><a title="" href="https://wpdiscuz.com/wp-content/uploads/2019/12/wpDiscuz-7-comment-form-settings-11.png" data-rel="lightbox-image-bGlnaHRib3gtaW1hZ2UtMTU=" data-magnific_type="image" data-rl_title="" data-rl_caption=""><img class="alignnone wp-image-5886" src="https://wpdiscuz.com/wp-content/uploads/2019/12/wpDiscuz-7-comment-form-settings-11-1030x530.png" alt="" width="400" height="206" /></a></p>
<p><span><strong><em>That is: <a href="https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/missing-comment-form/#fixing_tip_5" target="_blank" rel="noopener">the shortcode can be used if the post type supports comments.</a>  </em></strong></span></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/whats-the-shortcode-for-wpdiscuz-to-be-used-with-elementor-free-version/#post-20665</guid>
                    </item>
				                    <item>
                        <title>What&#039;s the “shortcode” for wpDiscuz to be used with Elementor free version ?</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/whats-the-shortcode-for-wpdiscuz-to-be-used-with-elementor-free-version/#post-20663</link>
                        <pubDate>Thu, 04 May 2023 11:53:20 +0000</pubDate>
                        <description><![CDATA[Hi,
I&#039;m using Elementor &quot;free&quot; version and &quot;shortcode&quot; widget to show comments on blog post.
Please let me know what value should I use for &quot;shortcode&quot; ?
Thanks in advance.
 
I&#039;m follow...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>I'm using Elementor "free" version and "shortcode" widget to show comments on blog post.</p>
<p>Please let me know what value should I use for "shortcode" ?</p>
<p>Thanks in advance.</p>
<p> </p>
<p>I'm following below instructions for elementor page builder</p>
<p> </p>
<ol>
<li>Once the plugin is installed and activated, go to your Elementor editor and navigate to the page where you want to add the comments section.</li>
<li>Drag and drop the “Shortcode” element from the Elementor widget panel onto the page.</li>
<li>In the shortcode element, enter the shortcode provided by the comments plugin.</li>
</ol>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>vikramvi</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/whats-the-shortcode-for-wpdiscuz-to-be-used-with-elementor-free-version/#post-20663</guid>
                    </item>
							        </channel>
        </rss>
		