CMS Development

Ltkhaw
Participante

Displaying three out of >100 hubdb items

resolver

I have >100 hubdb list items and I would like to display three items at a time based on the latest date and time. 

 

Are there any code snippets to help me achieve this?

 

Thanks !

0 Me gusta
1 Soluciones aceptada
jonchim
Solución
Guía | Partner nivel Diamond
Guía | Partner nivel Diamond

Displaying three out of >100 hubdb items

resolver

Hi @Ltkhaw ,

This article from SmartBug might be helpful https://www.smartbugmedia.com/blog/creating-event-listing-using-hubdb

 

As far as displaying three items, you'll probably need a loop statment.

{% if loop.index <=3 %}

 

Let me know if that helps!






Jon Chim
VP of Design & Development
Hypha HubSpot Development


check Did my post help answer your query? Help the Community by marking it as a solution

Ver la solución en mensaje original publicado

0 Me gusta
1 Respuesta 1
jonchim
Solución
Guía | Partner nivel Diamond
Guía | Partner nivel Diamond

Displaying three out of >100 hubdb items

resolver

Hi @Ltkhaw ,

This article from SmartBug might be helpful https://www.smartbugmedia.com/blog/creating-event-listing-using-hubdb

 

As far as displaying three items, you'll probably need a loop statment.

{% if loop.index <=3 %}

 

Let me know if that helps!






Jon Chim
VP of Design & Development
Hypha HubSpot Development


check Did my post help answer your query? Help the Community by marking it as a solution
0 Me gusta