Can I remove "all" tab from nimble
-
this code
add_filter('nimble_portfolio_filter_all', 'remove_nimble_portfolio_all_filter'); function remove_nimble_portfolio_all_filter($filter_tag) { return ""; }
doesn’t work for nimble 2.1.6
by default still displays all posts, but there is no “all” tab
- The topic ‘Can I remove "all" tab from nimble’ is closed to new replies.