CMS Development

rmmoore80
Participant

HUBL Question - Blog data accessible in Website Pages?

Résolue

I want to display a small listing of the most recent two blogs in a small section on one of our website pages. Is this possible using a HUBL module? I know it's crossing blogs with pages, but I can't find a specific example of doing this. 

 

I created a snipet to test like below but it renders nothing:

 

{% for content in contents %}
<div class="post-item">
Post item markup that renders with each iteration.
</div>
{% endfor %}

0 Votes
1 Solution acceptée
cbarley10
Solution
Contributeur

HUBL Question - Blog data accessible in Website Pages?

Résolue
2 Réponses
cbarley10
Solution
Contributeur

HUBL Question - Blog data accessible in Website Pages?

Résolue
rmmoore80
Participant

HUBL Question - Blog data accessible in Website Pages?

Résolue

Thank you!

0 Votes