I have the following code which works (the code shows the most recent entry which has been rated / commented upon) ...
<div class="latest_rating">{exp:rating:entries weblog="weblogname" orderby_ratings="date" limit="1" dynamic="off"}
{exp:weblog:entries weblog="weblogname" entry_id="{entry_id}"}
<div class="latest_entry_title"><a href="{title_permalink=template_group/comments}">{title}</a></div>
<div class="latest_summary_listall">{stars}{rating}{/stars}</div>
<div class="latest_rating_by">Posted by <span class="orange">{rating_name}</span> on {rating_date format="%d/%m/%y"} at {rating_date format='%h:%i%a'} GMT+1</div>{/exp:weblog:entries}{/exp:rating:entries}</div>
... most of the time. The only page which is doesn’t work (all of the time) is the single entry page (the page for the entry, rating, comment etc.). It’s appearance is best described as ‘erratic’. Sometimes there, sometimes not. The div formatting appears, but there’s nothing turning up.
Ideas as to why and how to fix very welcome.
Thanks.
KCesp
