CMS Development

rmmoore80
Participant

HUBL Question - Blog data accessible in Website Pages?

SOLVE

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 Upvotes
1 Accepted solution
cbarley10
Solution
Contributor

HUBL Question - Blog data accessible in Website Pages?

SOLVE
2 Replies 2
cbarley10
Solution
Contributor

HUBL Question - Blog data accessible in Website Pages?

SOLVE
rmmoore80
Participant

HUBL Question - Blog data accessible in Website Pages?

SOLVE

Thank you!

0 Upvotes