I need to create the search_template with a .php extension (i.e. search_template.php) rather than the default search_template.html. Is is possible to do this?
Announcement
Collapse
No announcement yet.
search_template.php???
Collapse
X
-
There is no point renaming search_template.html to search_template.php. Any PHP code in the template file will not be executed. There are better techniques for adding PHP code with the search results.
Comment