Forum Discussion
elbranscomb
3 years agoExecutive
Thanks for sharing these instructions. I was able to do the first part but am not sure I understand how to add the additional items into the <#list>. Can you confirm where I need to drop the select code into my existing code?
<div class="trending-messages-list">
<#list articles as article>
<div class="trending-message-item">
<a href="${(article.view_href)!""}">${(article.subject)!""}</a>
</div>
</#list>
</div>
I am assuming I need to drop both the Kudos and Comments count for the post into individual <div></div> to have them appear on separate lines beneath the linked subject?
Related Content
- 11 months ago
- 4 years agoInactive User