madebyraygun / trending-posts

Trending Posts for Craft CMS 3 tracks pageviews over time and orders posts by popularity on the front-end.
MIT License
6 stars 3 forks source link

Still on 0? #9

Closed kevadamson closed 5 years ago

kevadamson commented 5 years ago

Should this work straight away? Still reads as 0 in the column in admin. Is there a tag I need to place on the templates themselves?

kevadamson commented 5 years ago

Yep, had to add:

{% do craft.trendingPosts.increment(entry.id) %}

Works now :)