When build custom templates in WordPress sometimes you may need to manually add a search field to your header directly in the php file. The code below will help you accomplish this task.
To manually add a search box wordpress use the code below:
How to Manually Add A Search Box In WordPress WordPress code::
<?php get_search_form(); ?>