Get view totals per Element
You can easily retrieve the view count of an element in Twig...
craft.viewCount.total(elementId, key = null)
Or in PHP...
ViewCount::$plugin->query->total($elementId, $key = null)
You can easily retrieve the view count of an element in Twig...
craft.viewCount.total(elementId, key = null)
Or in PHP...
ViewCount::$plugin->query->total($elementId, $key = null)