2013-02-14, 06:31:35
News Manager Addons 0.3 beta now has a couple new functions, one of them for overriding the excerpt length defined in settings.
Example: insert this
before calling nm_custom_list_recent(...)
Example: insert this
PHP Code:
<?php
nm_set_custom_excerpt(100);