2015-10-16, 03:17:20
With NM Addons you can limit the number of posts shown by its display functions, by inserting this before:
Anyway, I have in my to-do list adding an option like this to NM (that could be used with nm_show_tag)
Code:
<?php nm_set_custom_maxposts(3); ?>
Anyway, I have in my to-do list adding an option like this to NM (that could be used with nm_show_tag)