Closed arifje closed 3 years ago
Any chance this PR gets merged soon? :-)
Any update on this one? 🤣
Hi @arifje, thanks for the PR! While this is a great feature, this plugin is specifically for educational purposes. If you need new features then please use your fork or consider contributing to the View Count plugin which is commercially supported.
Added an (optional) key to the counter so you can track multiple counters on the same entry id.
Example:
{% do craft.entryCount.increment( entry.id, 'article-frontpage' ) %} {% do craft.entryCount.increment( entry.id, 'article' ) %}
{% do craft.entryCount.increment( entry.id ) %}