Forum Discussion
VarunGrazitti
9 years agoBoss
TeroRe - You can use the V2 API and sort the blog feed by most viewed/ most commented etc and create a custom component.
Check this one http://community.lithium.com/t5/Community-API-v2/Message-resource/ta-p/113091
SELECT * FROM messages ORDER BY metrics.views DESC
or sort by replies count:
replies.count(*)
I hope this helps.
- TeroRe9 years agoExecutive
Thanks VarunGrazitti :)
Related Content
- 5 months ago
- 5 months ago
- 2 years ago