<?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>
									compatibility with Salient - Responsive Multi-Purpose Theme - wpDiscuz Integration				            </title>
            <link>https://wpdiscuz.com/community/wpdiscuz-integration/compatibility-with-salient-responsive-multi-purpose-theme/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 13 Sep 2026 01:56:46 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: compatibility with Salient - Responsive Multi-Purpose Theme</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/compatibility-with-salient-responsive-multi-purpose-theme/#post-19412</link>
                        <pubDate>Wed, 08 Feb 2023 10:12:07 +0000</pubDate>
                        <description><![CDATA[the shortcode was there already...]]></description>
                        <content:encoded><![CDATA[<p>the shortcode was there already...</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>pievedepitti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/compatibility-with-salient-responsive-multi-purpose-theme/#post-19412</guid>
                    </item>
				                    <item>
                        <title>RE: compatibility with Salient - Responsive Multi-Purpose Theme</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/compatibility-with-salient-responsive-multi-purpose-theme/#post-19410</link>
                        <pubDate>Wed, 08 Feb 2023 09:40:02 +0000</pubDate>
                        <description><![CDATA[@pievedepitti,
If the  shortcode is used, then the code in functions.php is necessary. 
Probably with your previous theme, the shortcode wasn&#039;t necessary.]]></description>
                        <content:encoded><![CDATA[<p>@pievedepitti,</p>
<p>If the  shortcode is used, then the code in functions.php is necessary. </p>
<p>Probably with your previous theme, the shortcode wasn't necessary. </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/compatibility-with-salient-responsive-multi-purpose-theme/#post-19410</guid>
                    </item>
				                    <item>
                        <title>RE: compatibility with Salient - Responsive Multi-Purpose Theme</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/compatibility-with-salient-responsive-multi-purpose-theme/#post-19405</link>
                        <pubDate>Wed, 08 Feb 2023 09:06:40 +0000</pubDate>
                        <description><![CDATA[Thanks @Asti, it works. But was working also previously, whitout the code and with the last Theme version. So, It&#039;s definitely a Theme bug?
Thanks for your support]]></description>
                        <content:encoded><![CDATA[<p>Thanks @Asti, it works. But was working also previously, whitout the code and with the last Theme version. So, It's definitely a Theme bug?</p>
<p>Thanks for your support</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>pievedepitti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/compatibility-with-salient-responsive-multi-purpose-theme/#post-19405</guid>
                    </item>
				                    <item>
                        <title>RE: compatibility with Salient - Responsive Multi-Purpose Theme</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/compatibility-with-salient-responsive-multi-purpose-theme/#post-19398</link>
                        <pubDate>Wed, 08 Feb 2023 07:48:18 +0000</pubDate>
                        <description><![CDATA[@pievedepitti,
Seems you&#039;re using the shortcode, if so, you need to add the following code in the active theme functions.php file: 
function my_wpdiscuz_shortcode() {
    $html = &quot;&quot;;
   ...]]></description>
                        <content:encoded><![CDATA[<p>@pievedepitti,</p>
<p>Seems you're using the shortcode, if so, you need to add 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>More info here: https://wpdiscuz.com/community/f-a-q/wpdiscuz-shortcode/</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/compatibility-with-salient-responsive-multi-purpose-theme/#post-19398</guid>
                    </item>
				                    <item>
                        <title>compatibility with Salient - Responsive Multi-Purpose Theme</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/compatibility-with-salient-responsive-multi-purpose-theme/#post-19388</link>
                        <pubDate>Tue, 07 Feb 2023 12:27:46 +0000</pubDate>
                        <description><![CDATA[HI, after the last theme update comment box has disappeared. I swhitched to Twenty-Two theme (when all other plug in were off already) and it&#039;s back, so I suppose it&#039;s a theme compatibility....]]></description>
                        <content:encoded><![CDATA[<p>HI, after the last theme update comment box has disappeared. I swhitched to Twenty-Two theme (when all other plug in were off already) and it's back, so I suppose it's a theme compatibility.<br />Any issue between WPDiscuz and Salient has been reported yet? I posted same support request in the Theme forum , obviously.<br />Thansk for any suggestion you might have.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>pievedepitti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/compatibility-with-salient-responsive-multi-purpose-theme/#post-19388</guid>
                    </item>
							        </channel>
        </rss>
		