2014-01-15, 04:02:59
(2014-01-15, 02:25:23)Carlos Wrote: Please post the full code snippet (from <?php to ?>) that you're using.
Also please tell me your News Manager beta version.
I´m using 2.5 beta 15 and this snippet
nm_custom_display_recent('
<div class="my_recent_{{ post_number }}">
<a href="{{ post_link }}">
<h5 class="recentitle">{{ post_title }}</h5>
<em class="dati">{{ post_date }}</em>
<span class="my_excerpt">{{ post_image }}{{ post_excerpt }}</span>
</a>
</div>
');