<?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>
									Display number of votes - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/display-number-of-votes/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 14 Apr 2026 02:23:58 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Display number of votes</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/display-number-of-votes/#post-28128</link>
                        <pubDate>Fri, 21 Mar 2025 11:52:12 +0000</pubDate>
                        <description><![CDATA[Hi, 
You can use the CSS code below: 
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{
    display: block !important;
}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value{
...]]></description>
                        <content:encoded><![CDATA[<p>Hi, </p>
<p>You can use the CSS code below: </p>
<pre contenteditable="false">#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{
    display: block !important;
}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value{
     display: flex;
     justify-content: center;
      padding-top: 0 !important;
      align-items: center;
}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrv, #wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{
    font-size: 15px !important;
    padding-top: 0px !important;
}

span.wpdrv:after {
    content: '/';
}</pre>
<p>Insert the code in the "<strong>Custom CSS code</strong>" textarea, located in the<em> Dashboard &gt; wpDiscuz &gt; Settings &gt; Styles &amp; Colors</em> admin page.</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/display-number-of-votes/#post-28128</guid>
                    </item>
				                    <item>
                        <title>Display number of votes</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/display-number-of-votes/#post-28106</link>
                        <pubDate>Thu, 20 Mar 2025 06:37:59 +0000</pubDate>
                        <description><![CDATA[Hi,
On the rating fields before the comment thread, by default it displays the average rating, and the numbers of votes on hover. I think it&#039;s not really user friendly and would like to dis...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>On the rating fields before the comment thread, by default it displays the average rating, and the numbers of votes on hover. I think it's not really user friendly and would like to display both by default. It means average rating and numbers of votes next to it. </p>
<p>Can you please suggest how to do it? </p>
<p>Thanks.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>kurosan</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/display-number-of-votes/#post-28106</guid>
                    </item>
							        </channel>
        </rss>
		