CMS Development

rmmoore80
Participante

HUBL Question - Blog data accessible in Website Pages?

resolver

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 Me gusta
1 Soluciones aceptada
cbarley10
Solución
Colaborador

HUBL Question - Blog data accessible in Website Pages?

resolver
2 Respuestas 2
cbarley10
Solución
Colaborador

HUBL Question - Blog data accessible in Website Pages?

resolver
rmmoore80
Participante

HUBL Question - Blog data accessible in Website Pages?

resolver

Thank you!

0 Me gusta