putyourlightson / craft-entry-count

Counts and displays the number of times that an entry has been viewed in Craft CMS.
MIT License
47 stars 19 forks source link

How to get top 5 posts based on count? #9

Closed cosmin-seviciu closed 6 years ago

cosmin-seviciu commented 6 years ago

I am not that familiar with twig and craft, is it possible to get top 5 posts based on count? As far as I understand the count is in another table and i can not simply do {% set entries = craft.entries({ section:'instaBlog', limit:3, offset: 0, order: "count desc" })%}

cosmin-seviciu commented 6 years ago

After I posted this a saw a closed issue regarding this, sorry for repeating the question. Thanks.

putyourlightson commented 6 years ago

Ok no problem.