Hello, I'm looking to customize a section of our Freshdesk support homepage, but I need some assistance.
What I would like to do is have a 'Popular Articles' section that shows 5 most popular articles. I'm hoping I can do two things to accomplish this.
- Show 5 articles from specific Solutions categories that I define (not all categories).
Filter the results based on the most popular article (i.e. most visited articles).
So far all I can seem to do is...
{% for article in portal.recent_articles limit:5 %}
...which shows the 5 most recent articles from all categories. This is a start, but not what I want.