2016-10-03, 06:24:22
News Manager Addons version 0.9.4
- Added support for post title excerpts with new placeholder {{ post_title_excerpt }}
- New function nm_set_custom_title_excerpt lets you customize the title excerpt length (default 15) and ellipsis (default "..."), example:
Also:
- Fixed:
- Added support for post title excerpts with new placeholder {{ post_title_excerpt }}
- New function nm_set_custom_title_excerpt lets you customize the title excerpt length (default 15) and ellipsis (default "..."), example:
Code:
<?php nm_set_custom_title_excerpt(30, " ..."); ?>
Also:
- Fixed:
breakWords
custom setting was ignored in post excerpts