CMS Development

Ltkhaw
Participant

Displaying three out of >100 hubdb items

Résolue

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 Votes
1 Solution acceptée
jonchim
Solution
Guide | Partenaire solutions Diamond
Guide | Partenaire solutions Diamond

Displaying three out of >100 hubdb items

Résolue

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

Voir la solution dans l'envoi d'origine

0 Votes
1 Réponse
jonchim
Solution
Guide | Partenaire solutions Diamond
Guide | Partenaire solutions Diamond

Displaying three out of >100 hubdb items

Résolue

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 Votes