<?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>
									Can you help me configure it, I am interested in purchasing the accessories. I want to configure so that the comments show on the home page - General Discussions				            </title>
            <link>https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 16 Aug 2026 23:08:07 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Can you help me configure it, I am interested in purchasing the accessories. I want to configure so that the comments show on the home page</title>
                        <link>https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26342</link>
                        <pubDate>Tue, 19 Nov 2024 11:16:23 +0000</pubDate>
                        <description><![CDATA[@hugodiego 
Please create a new support topic and include the English version of the page.There are multiple unrelated questions being discussed in a single topic.]]></description>
                        <content:encoded><![CDATA[<p>@hugodiego </p>
<p>Please create a new support topic and include the English version of the page.<br /><br />There are multiple unrelated questions being discussed in a single topic.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26342</guid>
                    </item>
				                    <item>
                        <title>RE: Can you help me configure it, I am interested in purchasing the accessories. I want to configure so that the comments show on the home page</title>
                        <link>https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26338</link>
                        <pubDate>Mon, 18 Nov 2024 19:04:17 +0000</pubDate>
                        <description><![CDATA[hello]]></description>
                        <content:encoded><![CDATA[<p>hello</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>hugodiego</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26338</guid>
                    </item>
				                    <item>
                        <title>RE: Can you help me configure it, I am interested in purchasing the accessories. I want to configure so that the comments show on the home page</title>
                        <link>https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26313</link>
                        <pubDate>Sat, 16 Nov 2024 12:05:42 +0000</pubDate>
                        <description><![CDATA[install wpcode plugin

but when inserting the wpDiscuz 2024 shortcode

the comments don&#039;t show?

enable insert for page, it is active

wpDiscuz allows you to load the comment section...]]></description>
                        <content:encoded><![CDATA[<p> </p>
4149
<p>https://wpdiscuz.com/community/f-a-q/wpdiscuz-shortcode/</p>
<pre id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" contenteditable="false" data-placeholder="Traducción" data-ved="2ahUKEwj-1pDf5-CJAxUFI7kGHc1NGzAQ3ewLegQICRAU" aria-label="Texto traducido: install wpcode plugin

but when inserting the wpDiscuz 2024 shortcode

the comments don't show?

enable insert for page, it is active"><span class="Y2IQFc">install wpcode plugin

but when inserting the wpDiscuz 2024 shortcode

the comments don't show?

enable insert for page, it is active</span></pre>
4148
<p>wpDiscuz allows you to load the comment section via<strong><span> </span></strong><span> </span>shortcode as well.</p>
<p>To start using  the wpDiscuz shortcode, just 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>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>hugodiego</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26313</guid>
                    </item>
				                    <item>
                        <title>RE: Can you help me configure it, I am interested in purchasing the accessories. I want to configure so that the comments show on the home page</title>
                        <link>https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26312</link>
                        <pubDate>Sat, 16 Nov 2024 10:52:07 +0000</pubDate>
                        <description><![CDATA[@hugodiego 
This phrase comes from the browser language. Once you change the browser language, it&#039;ll load the phrase according to that language.]]></description>
                        <content:encoded><![CDATA[<p>@hugodiego </p>
<p>This phrase comes from the browser language. Once you change the browser language, it'll load the phrase according to that language.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26312</guid>
                    </item>
				                    <item>
                        <title>RE: Can you help me configure it, I am interested in purchasing the accessories. I want to configure so that the comments show on the home page</title>
                        <link>https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26296</link>
                        <pubDate>Fri, 15 Nov 2024 09:26:33 +0000</pubDate>
                        <description><![CDATA[translate from english to spanish]]></description>
                        <content:encoded><![CDATA[4147
<p>translate from english to spanish</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>hugodiego</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26296</guid>
                    </item>
				                    <item>
                        <title>RE: Can you help me configure it, I am interested in purchasing the accessories. I want to configure so that the comments show on the home page</title>
                        <link>https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26294</link>
                        <pubDate>Fri, 15 Nov 2024 09:13:34 +0000</pubDate>
                        <description><![CDATA[@hugodiego 
Don&#039;t you see my answer here:]]></description>
                        <content:encoded><![CDATA[<p>@hugodiego </p>
<p>Don't you see my answer here: https://wpdiscuz.com/community/postid/26282/</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26294</guid>
                    </item>
				                    <item>
                        <title>RE: Can you help me configure it, I am interested in purchasing the accessories. I want to configure so that the comments show on the home page</title>
                        <link>https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26291</link>
                        <pubDate>Fri, 15 Nov 2024 09:07:30 +0000</pubDate>
                        <description><![CDATA[hello?]]></description>
                        <content:encoded><![CDATA[<p>hello?</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>hugodiego</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26291</guid>
                    </item>
				                    <item>
                        <title>RE: Can you help me configure it, I am interested in purchasing the accessories. I want to configure so that the comments show on the home page</title>
                        <link>https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26282</link>
                        <pubDate>Thu, 14 Nov 2024 12:00:44 +0000</pubDate>
                        <description><![CDATA[@hugodiego 
This code will work fine:
.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg{
    width: 45px;
     height: 45px;
}
However, we don’t recommend changing it, as you would ne...]]></description>
                        <content:encoded><![CDATA[<p>@hugodiego </p>
<p>This code will work fine:</p>
<pre contenteditable="false">.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg{
    width: 45px;
     height: 45px;
}</pre>
<p>However, we don’t recommend changing it, as you would need to add additional CSS code to fix the design of the entire rating section.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26282</guid>
                    </item>
				                    <item>
                        <title>RE: Can you help me configure it, I am interested in purchasing the accessories. I want to configure so that the comments show on the home page</title>
                        <link>https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26270</link>
                        <pubDate>Wed, 13 Nov 2024 20:14:31 +0000</pubDate>
                        <description><![CDATA[#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg {width: 45px;height: 45px;}
 
Does not change sizeStill the sameHere is the link to increase the size#wpd-post-rating .wpd-rating-wr...]]></description>
                        <content:encoded><![CDATA[4145
<p>#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg {<br />width: 45px;<br />height: 45px;<br />}</p>
<p>https://www.dai.pe/necesitas-ayuda/</p>
<p> </p>
<p>Does not change size<br />Still the same<br />Here is the link to increase the size<br /><br />#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg {<br />width: 45px;<br />height: 45px;<br />}<br /><br />Does not increase size</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>hugodiego</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26270</guid>
                    </item>
				                    <item>
                        <title>RE: Can you help me configure it, I am interested in purchasing the accessories. I want to configure so that the comments show on the home page</title>
                        <link>https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26262</link>
                        <pubDate>Wed, 13 Nov 2024 10:52:18 +0000</pubDate>
                        <description><![CDATA[@hugodiego 
Use the CSS code below: 
#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg {
  width: 35px;
  height: 35px;
}
Insert the code in the &quot;Custom CSS code&quot; textarea, locat...]]></description>
                        <content:encoded><![CDATA[<p>@hugodiego </p>
<p>Use the CSS code below: </p>
<pre contenteditable="false">#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg {
  width: 35px;
  height: 35px;
}</pre>
<p>Insert the code in the "Custom CSS code" textarea, located in the Dashboard &gt; wpDiscuz &gt; Settings &gt; Styles &amp; Colors admin page. <br /><br />Don't forget to delete the caches before checking.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/can-you-help-me-configure-it-i-am-interested-in-purchasing-the-accessories-i-want-to-configure-so-that-the-comments-show-on-the-home-page/paged/2/#post-26262</guid>
                    </item>
							        </channel>
        </rss>
		