I made a custom post type plugin to display team member in wordpress name team to display custom post type I made archive-team.php
and single-team.php
all that works great and independent of theme used.
Now my problem is that I want to include custom post type in search also but I think there is no such thing searh-team.php
and to display search template for custom post type i have to modify search.php
which varies from theme to theme.
So can anyone point me in right direction to make search template independent of theme.
Regards