I’ve been asked to add search functionality to a WordPress theme that has neither search.php page, is this possible? Is it possible using plugins?
The theme is this:
http://themeforest.net/item/heal-responsive-medical-wordpress-theme/3127829?sso?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=raybreaker
Thanks
Like david.binda said, WordPress already have this feature.
But it is possible that this template uses WP_Query. In this case, you could add the “s” parameter in this WP_Query:
WP_Query Reference