<?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>
									Nombre de Rating Article - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 14 Apr 2026 03:15:41 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Nombre de Rating Article</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19213</link>
                        <pubDate>Wed, 25 Jan 2023 12:23:08 +0000</pubDate>
                        <description><![CDATA[@asti Thanks you asti. I will try to implement it :)]]></description>
                        <content:encoded><![CDATA[@asti Thanks you asti. I will try to implement it :)]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>marvern</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19213</guid>
                    </item>
				                    <item>
                        <title>RE: Nombre de Rating Article</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19209</link>
                        <pubDate>Wed, 25 Jan 2023 10:34:38 +0000</pubDate>
                        <description><![CDATA[@marvern,
Please follow the steps below: 
1. Add this code in the functions.php file of the active theme:
add_shortcode(&#039;wpdiscuz_all_ratings&#039;, &#039;wpdiscuz_get_all_ratings&#039;);
function wpdi...]]></description>
                        <content:encoded><![CDATA[<p>@marvern,</p>
<p>Please follow the steps below: </p>
<p>1. Add this code in the functions.php file of the active theme:</p>
<pre contenteditable="false">add_shortcode('wpdiscuz_all_ratings', 'wpdiscuz_get_all_ratings');
function wpdiscuz_get_all_ratings(){
    global $wpdb;
    $ratings_count = (int)$wpdb-&gt;get_var("SELECT COUNT(*) FROM `{$wpdb-&gt;prefix}wc_users_rated`");
    echo 'Ratings Count - ' . $ratings_count;
}</pre>
<p>2. Then use the following shortcode to display the total number of ratings for all articles: </p>
<pre contenteditable="false"></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/nombre-de-rating-article/#post-19209</guid>
                    </item>
				                    <item>
                        <title>RE: Nombre de Rating Article</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19207</link>
                        <pubDate>Wed, 25 Jan 2023 09:53:55 +0000</pubDate>
                        <description><![CDATA[ok @marvern,
Thank you for he clarification. I&#039;ll ask the developers and get back to you ASAP.]]></description>
                        <content:encoded><![CDATA[<p>ok @marvern,</p>
<p>Thank you for he clarification. I'll ask the developers and get back to you ASAP. </p>]]></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/nombre-de-rating-article/#post-19207</guid>
                    </item>
				                    <item>
                        <title>RE: Nombre de Rating Article</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19206</link>
                        <pubDate>Wed, 25 Jan 2023 09:44:17 +0000</pubDate>
                        <description><![CDATA[@Asti This is an exemple of application. I need to know how many people are voting on all the post. 
Exemple : 
1) Tuto How to change oil on toyota ( 15peoples voting)
2) Tuto How to chan...]]></description>
                        <content:encoded><![CDATA[<p>@Asti This is an exemple of application. I need to know how many people are voting on all the post. </p>
<p>Exemple : </p>
<p>1) Tuto How to change oil on toyota ( 15peoples voting)</p>
<p>2) Tuto How to change rear bulb on Peugeot 206 ( 3 peoples voting)</p>
<p>So 18 car fixed. </p>
3122]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>marvern</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19206</guid>
                    </item>
				                    <item>
                        <title>RE: Nombre de Rating Article</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19205</link>
                        <pubDate>Wed, 25 Jan 2023 09:37:01 +0000</pubDate>
                        <description><![CDATA[ok @marvern,
So please confirm that you need to display the number of ratings for all articles. 
If so, show on some screenshots where exactly you need to display the number of ratings.]]></description>
                        <content:encoded><![CDATA[<p>ok @marvern,</p>
<p>So please confirm that you need to display the number of ratings for all articles. </p>
<p>If so, show on some screenshots where exactly you need to display the number of ratings. </p>]]></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/nombre-de-rating-article/#post-19205</guid>
                    </item>
				                    <item>
                        <title>RE: Nombre de Rating Article</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19203</link>
                        <pubDate>Wed, 25 Jan 2023 09:32:14 +0000</pubDate>
                        <description><![CDATA[Hi @Asti, Thanks. I know but I need to know the total number of people that added a note in all the post website.]]></description>
                        <content:encoded><![CDATA[<p>Hi @Asti, Thanks. I know but I need to know the total number of people that added a note in all the post website. </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>marvern</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19203</guid>
                    </item>
				                    <item>
                        <title>RE: Nombre de Rating Article</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19202</link>
                        <pubDate>Wed, 25 Jan 2023 09:29:08 +0000</pubDate>
                        <description><![CDATA[Hi @marvern,
You just need to hover over the &quot;Rating&quot; section, you&#039;ll see the number of votes. Please watch this video:]]></description>
                        <content:encoded><![CDATA[<p>Hi @marvern,</p>
<p>You just need to hover over the "Rating" section, you'll see the number of votes. Please watch this video: https://www.screencast.com/t/lhR2yNXRw</p>
<p> </p>]]></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/nombre-de-rating-article/#post-19202</guid>
                    </item>
				                    <item>
                        <title>Nombre de Rating Article</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19195</link>
                        <pubDate>Tue, 24 Jan 2023 15:45:33 +0000</pubDate>
                        <description><![CDATA[Bonjour, 
Suite à l&#039;installation de votre plugin, est il possible d&#039;obtenir le nombre total de personne ayant cliqué et noté avec le &quot;Article Rating&quot; 
 
Cas d&#039;usage : Site de tutoriel Aut...]]></description>
                        <content:encoded><![CDATA[<p><span>Bonjour, </span></p>
<div>Suite à l'installation de votre plugin, est il possible d'obtenir le nombre total de personne ayant cliqué et noté avec le "Article Rating" </div>
<div> </div>
<div>Cas d'usage : Site de tutoriel Automobile. Nous pourrions savoir le nombre de voiture réparé en fonction du nombre de personnes ayant noté les articles. </div>
<div> </div>
<div>Merci d'avance, </div>
<div> </div>
<div>Bien cordialement </div>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>marvern</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/nombre-de-rating-article/#post-19195</guid>
                    </item>
							        </channel>
        </rss>
		