<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: How to enable Star Rating also inside post ? like the demo</title>
		<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo</link>
		<description>Support Forum - Topic: How to enable Star Rating also inside post ? like the demo</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 06:19:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-to-enable-star-rating-also-inside-post-like-the-demo" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-59654</link>
			<pubDate>Mon, 11 Jun 2012 05:36:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">59654@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Corona doesn't support a star rating out of the box. You need to install additional plugins like &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-postratings/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-postratings/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jbsuralta on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-59573</link>
			<pubDate>Sun, 10 Jun 2012 12:54:12 +0000</pubDate>
			<dc:creator>jbsuralta</dc:creator>
			<guid isPermaLink="false">59573@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What theme is this Devin that had a star ratings coz I tried in Corona, its not there?&#60;/p&#62;
&#60;p&#62;thanks..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-57927</link>
			<pubDate>Tue, 29 May 2012 14:50:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">57927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Shirani93,&#60;/p&#62;
&#60;p&#62;You'll need to open up the single.php file within the theme files. You can do this either by ftp or by editing using the wordpress admin (Appearance&#38;gt;Editor&#38;gt;single.php).&#60;/p&#62;
&#60;p&#62;Find:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($showStars)
	               {
	               		echo &#38;#39;&#38;lt;span class=&#38;quot;rating_label&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Rating&#38;#39;,&#38;#39;expose&#38;#39;).&#38;#39;:&#38;lt;/span&#38;gt;&#38;#39;;
	               		the_ratings();
	               }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace that with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(function_exists(&#38;#39;the_ratings&#38;#39;))
				   echo &#38;#39;&#38;lt;span class=&#38;quot;rating_label&#38;quot;&#38;gt;Rating:&#38;lt;/span&#38;gt;&#38;#39;;
				   echo the_ratings();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;`&#60;/p&#62;
&#60;p&#62;That should do it! I just tested it in a clean installation and I'll send the fix over to Kriesi to be included in an update.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-57866</link>
			<pubDate>Tue, 29 May 2012 04:18:51 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">57866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry for the delay in responding. We've had a flux of questions these past few weeks so it's taking us longer to respond.&#60;/p&#62;
&#60;p&#62;As far as your problem, can you please post a link to your website so we can see the problem live? In the meantime, I'm going to flag the rest of the support team since they are more familiar with the Expose theme than I am.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shirani93 on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-57674</link>
			<pubDate>Sat, 26 May 2012 20:09:50 +0000</pubDate>
			<dc:creator>shirani93</dc:creator>
			<guid isPermaLink="false">57674@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry how much it takes to have a reply ? I have seen other users complain about responses after weeks... &#60;/p&#62;
&#60;p&#62;My problem is the stars on the single post, they aren't displayed !&#60;/p&#62;
&#60;p&#62;please reply as soon as possibile thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shirani93 on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-57605</link>
			<pubDate>Fri, 25 May 2012 21:36:55 +0000</pubDate>
			<dc:creator>shirani93</dc:creator>
			<guid isPermaLink="false">57605@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi i have a proble i have only the star rating on the show case but inside the post after the category tag is empty.&#60;br /&#62;
Help please
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
