2014-07-06, 20:35:20
You can use nm_custom_display_recent, e.g. like this:
Just a note: I've uploaded this plugin to Extend.
Code:
<ul>
<?php
nm_custom_display_recent('
<li><strong><a href="{{post_link}}">{{post_title}}</a></strong><br />
{{post_excerpt}}
<a href="{{post_link}}">Read more</a>
</li>
',
'tagishere');
?>
</ul>
Just a note: I've uploaded this plugin to Extend.