Skip to main content

Hello,

I’ve found this article about how to show trending topics from the knowledge base on the portal. 
It shows: 

 

{{#renderFromApi url="/support/v2/solutions/articles/popular" method="GET"}}

    <section id="solutions-banner">

      <h2>Trending Topics</h2>

      {{#this}}

        <a href="{{#if external_url}}{{external_url}}{{else}}/support/solutions/articles/{{id}}{{/if}}" class="card solution-card">

           <div class="elem-inline-mid">

             <h3>{{title}}</h3>

             <p>{{description}}</p>

         </div>

         </a>

      {{/this}}

    </section>

  {{/renderFromApi}}


With some tweaking I managed to get it working. 
 

Would it be possible to get the newest published articles to show them on the portal? 

 

 

Hi @Ninaworks,

Greetings from Freshworks Community!

Is this related to Freshdesk Or Freshservice so that we can help you out accordingly.

 

Cheers,
Sneha


Hi @Sneha Kandasamy , 

Thank you for trying to answer my question. 
I am using Freshservice. 

Kind regards,

Ninaworks


Let me loop in the Freshservice team to help you with this.


Reply