<?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>
									Remove Ratings From Specifc Posts - General Discussions				            </title>
            <link>https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 06 Jun 2026 08:07:54 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Remove Ratings From Specifc Posts</title>
                        <link>https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23614</link>
                        <pubDate>Fri, 15 Mar 2024 17:21:21 +0000</pubDate>
                        <description><![CDATA[@asti This almost worked. I want to have only comoments on one category id 21 and comments and ratings on category id 839
I added the hook below and was only able to make wpdiscuz show up o...]]></description>
                        <content:encoded><![CDATA[<p>@asti This almost worked. I want to have only comoments on one category id 21 and comments and ratings on category id 839</p>
<p>I added the hook below and was only able to make wpdiscuz show up on category 839</p>
<pre contenteditable="false">add_filter("is_load_wpdiscuz", function ($load, $post) {
    // Check if the current post is in the category with ID 21 (Blog)
    if (has_category(21, $post)) {
        // Return false to prevent wpDiscuz from loading on posts in the "Blog" category
        return false;
    }

    // Return the original $load value for posts not in the "Blog" category
    return $load;
}, 10, 2);
</pre>
<p><strong>Is it possible to have one wpdiscuz configuration on one category and another configuration on another category?</strong></p>
<p>I experimeted with different configurations of the two forms I have for the two categories but coulnd't find out how to do this. </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>dstr33</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23614</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Ratings From Specifc Posts</title>
                        <link>https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23611</link>
                        <pubDate>Fri, 15 Mar 2024 10:15:54 +0000</pubDate>
                        <description><![CDATA[@dstr33,
You can use the is_load_wpdiscuz hook for this customization. More info here:]]></description>
                        <content:encoded><![CDATA[<p>@dstr33,</p>
<p>You can use the is_load_wpdiscuz hook for this customization. More info here: https://wpdiscuz.com/docs/codex/filters/is_load_wpdiscuz/ </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/remove-ratings-from-specifc-posts/#post-23611</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Ratings From Specifc Posts</title>
                        <link>https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23608</link>
                        <pubDate>Thu, 14 Mar 2024 18:16:23 +0000</pubDate>
                        <description><![CDATA[@asti Thank you!]]></description>
                        <content:encoded><![CDATA[@asti Thank you!]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>dstr33</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23608</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Ratings From Specifc Posts</title>
                        <link>https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23605</link>
                        <pubDate>Thu, 14 Mar 2024 10:29:30 +0000</pubDate>
                        <description><![CDATA[@dstr33,
I&#039;ll ask the developers if there&#039;s a straightforward solution we can offer you. I&#039;ll update this topic once I get a response from them.]]></description>
                        <content:encoded><![CDATA[<p>@dstr33,</p>
<p>I'll ask the developers if there's a straightforward solution we can offer you. I'll update this topic once I get a response from them. </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/remove-ratings-from-specifc-posts/#post-23605</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Ratings From Specifc Posts</title>
                        <link>https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23598</link>
                        <pubDate>Wed, 13 Mar 2024 16:42:53 +0000</pubDate>
                        <description><![CDATA[@asti I have thousands of posts on my site. How can I automatically set a form to a specific cateogory?]]></description>
                        <content:encoded><![CDATA[@asti I have thousands of posts on my site. How can I automatically set a form to a specific cateogory?]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>dstr33</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23598</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Ratings From Specifc Posts</title>
                        <link>https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23594</link>
                        <pubDate>Wed, 13 Mar 2024 09:43:49 +0000</pubDate>
                        <description><![CDATA[@dstr33,
It seems like you&#039;ve set the category ID in the &#039;Display comment form for post IDs&#039; field. This is not correct. The option is not designed to work that way; it&#039;s intended for post/...]]></description>
                        <content:encoded><![CDATA[<p>@dstr33,</p>
<p>It seems like you've set the category ID in the 'Display comment form for post IDs' field. This is not correct. The option is not designed to work that way; it's intended for post/page IDs, not for category IDs. You should comma-separate the specific post IDs in the field.</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/remove-ratings-from-specifc-posts/#post-23594</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Ratings From Specifc Posts</title>
                        <link>https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23590</link>
                        <pubDate>Tue, 12 Mar 2024 18:00:51 +0000</pubDate>
                        <description><![CDATA[@asti Oh yes sorry about that. I just sent an email with the urls and the cateogry ids for these urls]]></description>
                        <content:encoded><![CDATA[@asti Oh yes sorry about that. I just sent an email with the urls and the cateogry ids for these urls]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>dstr33</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23590</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Ratings From Specifc Posts</title>
                        <link>https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23587</link>
                        <pubDate>Tue, 12 Mar 2024 10:17:11 +0000</pubDate>
                        <description><![CDATA[@dstr33,
Please send the URLs of the posts as well. You have many posts, so we can&#039;t find those.]]></description>
                        <content:encoded><![CDATA[<p>@dstr33,</p>
<p>Please send the URLs of the posts as well. You have many posts, so we can't find those. </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/remove-ratings-from-specifc-posts/#post-23587</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Ratings From Specifc Posts</title>
                        <link>https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23582</link>
                        <pubDate>Mon, 11 Mar 2024 17:14:16 +0000</pubDate>
                        <description><![CDATA[@asti Thank you. I just sent the email with login details.]]></description>
                        <content:encoded><![CDATA[@asti Thank you. I just sent the email with login details.]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>dstr33</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23582</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Ratings From Specifc Posts</title>
                        <link>https://wpdiscuz.com/community/general-forum/remove-ratings-from-specifc-posts/#post-23578</link>
                        <pubDate>Mon, 11 Mar 2024 09:10:17 +0000</pubDate>
                        <description><![CDATA[@dstr33,
We don&#039;t find such an issue on our test websites. Could you please send the admin login details to infogvectors.com email address? I&#039;ll ask the developers to check the issue fo...]]></description>
                        <content:encoded><![CDATA[<p>@dstr33,</p>
<p>We don't find such an issue on our test websites. Could you please send the admin login details to infogvectors.com email address? I'll ask the developers to check the issue for you.</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/remove-ratings-from-specifc-posts/#post-23578</guid>
                    </item>
							        </channel>
        </rss>
		