Skip to main content
Question

Show newest published Articles on the support 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?

0 replies

Join the Community or User Group to Participate in this Discussion

Reply