How to add custom template to block
Permalink 1 user found helpfulThanks
1 double check the spelling of your file trail... is templates plural? is search spelled correctly?
2 make sure your custom template is at the ROOT/Blocks level and NOT at the ROOT/concrete/blocks level.
If that doesn't work then you could try this file trail:
root/blocks/search/templates/yourcustomtemplate/view.php
ROOT->blocks->content->templates->User_template_name
thanks for the help!
root/blocks/search/templates/yourcustomsearch.php
Also, you should rename the file from view.php to something more descriptive. I like to use the theme's title for example rustic_search.php or something like that.