Portal cutomization

HI, I want to display specific forum topics on the portal home page. Like we have trending topics and popular articles in the default theme.

{% if portal.has_forums %}
{% assign topics = portal.most_viewed_topics %}
{% if topics.size > 0 %}

what can I change here in this code to achieve it?

instead of showing the most viewed if I can display any given forum topics or all topics