Might work but the problem is that I use this in combination with the news manager addon. So I use the funtion
No possibility to add the row class I guess.
Code:
nm_custom_display_recent('
<div class="four columns">
<div class="post_image"><img class="scale-with-grid" src="{{ post_image_url }}" /></div>
<h1 class="title"><a href="{{ post_link }}">{{ post_title }}</a></h1>
<h2 class="post_date">Gepost op: {{ post_date }}</h2>
<span>{{ post_excerpt }}</span>
<h3 class="read_more"><a href="{{ post_link }}">Lees meer</a></h3>
</div>
');
No possibility to add the row class I guess.