2014-02-01, 06:21:19
News Manager Addons 0.9.0 beta available
Download: https://raw2.github.com/cnb/News_Manager...addons.php
New function nm_set_custom_offset, to be called before display functions.
Example:
First, second and third posts will not be displayed, only the fourth and following.
(If you need to show those first ones again later, use parameter 0 to clear the offset)
Download: https://raw2.github.com/cnb/News_Manager...addons.php
New function nm_set_custom_offset, to be called before display functions.
Example:
Code:
<?php nm_set_custom_offset(3); ?>
(If you need to show those first ones again later, use parameter 0 to clear the offset)