2013-07-21, 18:32:51
News Manager Addons 0.6 beta available.
New function/template tag nm_search_with_placeholder(): replacement for nm_search(), shows a placeholder text in the search input box.
It supports News Manager's 2.5 SEARCH_PLACEHOLDER language string, but the placeholder text can also be passed as a parameter, like:
New function/template tag nm_search_with_placeholder(): replacement for nm_search(), shows a placeholder text in the search input box.
It supports News Manager's 2.5 SEARCH_PLACEHOLDER language string, but the placeholder text can also be passed as a parameter, like:
Code:
<?php nm_search_with_placeholder('Type words here...'); ?>