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

Function and template tag for view count #6

Open RoyVeldman opened 5 years ago

RoyVeldman commented 5 years ago

Hi Man,

I am trying to use this plugin, but I need to get the number of views through the element API, is there a way that I can get the views field in JSON.

Or how do I display the number of views on the front-end?

daltonrooney commented 5 years ago

Thanks for trying out the plugin, and sorry it took so long to get back to you on this! I don't think this is possible currently without writing additional PHP in your element-api.php file, but it would be nice to create a template tag for this. I'll add to the development roadmap.