Skip to main content
Question

Show newest published Articles on the portal


Forum|alt.badge.img+2

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? 

 

 

Did this topic help you find an answer to your question?

4 replies

Sneha Kandasamy
Community Manager
Forum|alt.badge.img+6

Hi @Ninaworks,

Greetings from Freshworks Community!

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

 

Cheers,
Sneha


Forum|alt.badge.img+2
  • Author
  • Skilled Expert
  • 9 replies
  • October 22, 2024

Hi @Sneha Kandasamy , 

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

Kind regards,

Ninaworks


Sneha Kandasamy
Community Manager
Forum|alt.badge.img+6

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


Forum|alt.badge.img+2
  • Author
  • Skilled Expert
  • 9 replies
  • October 28, 2024

Thank you, @Sneha Kandasamy . Would love to hear if the team can help me 🙂


Reply