Get help now
Privacy policy
/**
* Add search box to primary menu
*/
function wpgood_nav_search($items, $args) {
// If this isn’t the primary menu, do nothing
if( !($args->theme_location == ‘primary’) )
return $items;
// Otherwise, add search form
return $items . ‘
‘ . get_search_form(false) . ‘
‘;
}
add_filter(‘wp_nav_menu_items’, ‘wpgood_nav_search’, 10, 2);
UNISON, UNISON Centre, 130 Euston Road, London NW1 2AY.
© Copyright 2026
×
We use cookies on our website to ensure you find the information you need in the simplest way. By continuing to use our website you are consenting to their use. Find out more about cookies and how we use them .