How to add a search function to NextGen gallery wordpress plugin with WordPress 2.7 and Nextgen gallery 1.x
I found this page, but didnt work,. i have made some changes on the code. I hope this will fix your problem. Add this on your search.php $search = $wp_query->get(‘s’); $keywords = preg_replace(‘/\+/’,’ ‘,$search); if (function_exists (‘ngg_get_search_pictures’)) { // function from functions.php $nggpictures = ngg_get_search_pictures($keywords, ”); // put the number of pictures by row you …
Read more »