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

order entries by view count? #5

Closed kinoli closed 7 years ago

kinoli commented 7 years ago

Is there a way to order an entry loop by view count for a Most Popular Articles list?

putyourlightson commented 7 years ago

The following tag will return the entries ordered by count descending (most popular), which you can then loop over as shown in the docs: craft.entryCount.entries