<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Woocommerce ratings &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/woocommerce-ratings/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/woocommerce-ratings/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 13 Oct 2025 18:34:09 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-145754</guid>
					<title><![CDATA[Woocommerce ratings]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-145754</link>
					<pubDate>Sat, 15 Nov 2014 19:33:45 +0000</pubDate>
					<dc:creator>Malcolm G</dc:creator>

					<description>
						<![CDATA[
						<p>Hi &#8211; I have the reviews tab set to on in the customiser and reviews set to on also in the Woocommerce settings &#8211; the reviews tab works but the average star rating does not show up on the product page &#8211; do you know what could be causing this?</p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-145757</guid>
					<title><![CDATA[Reply To: Woocommerce ratings]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-145757</link>
					<pubDate>Sat, 15 Nov 2014 19:34:51 +0000</pubDate>
					<dc:creator>Malcolm G</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-146124</guid>
					<title><![CDATA[Reply To: Woocommerce ratings]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-146124</link>
					<pubDate>Sun, 16 Nov 2014 13:44:18 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>I can see the average star ratings</p>
<p><a href="http://i.imgur.com/y5dn9Ts.png" rel="nofollow">http://i.imgur.com/y5dn9Ts.png</a></p>
<p>Can you please provide screenshot of your issue,</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-146219</guid>
					<title><![CDATA[Reply To: Woocommerce ratings]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-146219</link>
					<pubDate>Sun, 16 Nov 2014 18:38:57 +0000</pubDate>
					<dc:creator>Malcolm G</dc:creator>

					<description>
						<![CDATA[
						<p>before i updated to the latest version of X I could also see the average review displayed on the product page &#8211; to show you what i mean, see the screenshot when i switch the theme to twentyfourteen:</p>
<p><a href="http://awesomescreenshot.com/0783uy3ied" rel="nofollow">http://awesomescreenshot.com/0783uy3ied</a> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-146609</guid>
					<title><![CDATA[Reply To: Woocommerce ratings]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-146609</link>
					<pubDate>Mon, 17 Nov 2014 11:17:23 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Malcolm,</p>
<p>Thank you for writing in!</p>
<p>Please create folders <strong>woocommerce/single-product/</strong> in your child theme&#8217;s main directory and then copy the file <strong>wp-content/themes/x/woocommerce/single-product/rating.php</strong> in the previous created directory (/woocommerce/single-product/) see: <a href="http://prntscr.com/578xqv" rel="nofollow">http://prntscr.com/578xqv</a>.</p>
<p>After that, open the copied &#8220;rating.php&#8221; file in a text editor and replace entire code with following:</p>
<pre><code>&lt;?php

// =============================================================================
// WOOCOMMERCE/SINGLE-PRODUCT/RATING.PHP
// -----------------------------------------------------------------------------
// @version 2.1.0
// =============================================================================

if ( ! defined( &#039;ABSPATH&#039; ) ) exit; // Exit if accessed directly

GLOBAL $product;

$rating           = $product-&gt;get_rating_html();

woocommerce_show_product_sale_flash();
if ( ! empty( $rating ) ) {
  echo &#039;&lt;div class=&quot;star-rating-container aggregate &quot;&gt;&#039; . $rating . &#039;&lt;/div&gt;&#039;;
}
echo &#039;&lt;/a&gt;&#039;;

?&gt;
</code></pre>
<p>That&#8217;s it.</p>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-147090</guid>
					<title><![CDATA[Reply To: Woocommerce ratings]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-147090</link>
					<pubDate>Mon, 17 Nov 2014 22:05:26 +0000</pubDate>
					<dc:creator>Malcolm G</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, thanks for this &#8211; so, to clarify &#8211; showing the average rating on the product page is not standard any longer with the theme? </p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-147404</guid>
					<title><![CDATA[Reply To: Woocommerce ratings]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-147404</link>
					<pubDate>Tue, 18 Nov 2014 10:56:02 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Malcolm,</p>
<p>Yes, it is longer there by default.<br />
However this concern has been forwarded already to our development team.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-147437</guid>
					<title><![CDATA[Reply To: Woocommerce ratings]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-147437</link>
					<pubDate>Tue, 18 Nov 2014 11:46:26 +0000</pubDate>
					<dc:creator>thecashbag</dc:creator>

					<description>
						<![CDATA[
						<p>I give my vote for having ratings show up by default 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-147703</guid>
					<title><![CDATA[Reply To: Woocommerce ratings]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-147703</link>
					<pubDate>Tue, 18 Nov 2014 16:35:13 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. Thanks! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-148682</guid>
					<title><![CDATA[Reply To: Woocommerce ratings]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-ratings/#post-148682</link>
					<pubDate>Wed, 19 Nov 2014 20:14:54 +0000</pubDate>
					<dc:creator>Malcolm G</dc:creator>

					<description>
						<![CDATA[
						<p>ok, thanks &#8211; yes, it would be logical to show it &#8211; if you have a review tab it makes sense to have the average review show up on the product page especially as this was previously a feature I believe?</p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

