2014-06-29, 08:28:09
(replying to http://get-simple.info/forums/showthread...9#pid46309 )
You can use {{ post_date }} (or {{post_date}}).
If you want to use a custom date format, you can insert something like:
before nm_custom_display_recent('...
Full docs for NM Addons here: http://www.cyberiada.org/cnb/news-manage...ns-plugin/
(2014-06-29, 07:59:38)Oleg06 Wrote: is it possible to display the date in this code?
Code:<?php nm_custom_display_recent('
<div class="my_recent_post">
<h4><a href="{{ post_link }}">{{ post_title }}</a></h4>
<div class="my_image">{{ post_image }}</div>
<span class="my_excerpt">{{ post_excerpt }}</span>
</div>
'); ?>
You can use {{ post_date }} (or {{post_date}}).
If you want to use a custom date format, you can insert something like:
Code:
nm_set_custom_date('%d/%m/%Y');
Full docs for NM Addons here: http://www.cyberiada.org/cnb/news-manage...ns-plugin/