When I try to generate a list of most viewed entries, they are sorted in a strange way. I use this code:
{exp:weblog:entries weblog="eu_fagligt|temaer" orderby="view_count_one" rdf="off" dynamic="off" limit="10" disable="trackbacks|comments|categories|member_data|custom_fields_pagination" }
<a href="http://{title_permalink=index}">{title}</a> {view_count_one}
{/exp:weblog:entries}And got a sort order like this:
xxx 109
xxx 90
xxx 65
xxx 55
xxx 48
xxx 6
xxx 856
xxx 449
xxx 439
xxx 438
Any suggestions?
Kind regards
Ole