Forum Discussion
VarunGrazitti
10 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.
TeroRe
10 years agoExecutive
Thanks VarunGrazitti :)
Related Content
- 7 months ago
- 6 months ago
- 2 years ago